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