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