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