{% extends 'ddm_core/page_with_form.html' %} {% load static %} {% block page_title %}Create {{ question_type }}{% endblock page_title %} {% block main_heading %}Create {{ question_type }}{% endblock main_heading %} {% block form_content %} {% if form.errors or item_formset.errors or scale_formset.errors %} {% include "ddm_core/form_components/_general_form_errors.html" with override_standard_errors=True %} {% endif %} {# General Settings #}