{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% block form_top %} {% with module_usage_hierarchy=original.module_usage_hierarchy %} {% if module_usage_hierarchy %}

Module Usage

{{module_usage_hierarchy|safe}} {% endif %} {% endwith %} {% with questions_dependencies=original.questions_dependencies %} {% if questions_dependencies %}

Question Dependencies

{{questions_dependencies|safe}} {% endif %} {% endwith %}

Fields

{% endblock %}