{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "View Diagnostic Test" %}{% endblock %} {% block main %} {% include 'diags/_dump_cinder.html' %} {% endblock %}