{% load static i18n %} DDM: {% block page_title %}Title{% endblock page_title %} {% block extrahead %}{% endblock extrahead %} {% block header %} {% include "ddm_core/layout/header.html" %} {% endblock header %} {% include "ddm_core/layout/sub_header.html" %} {% include "ddm_core/layout/messages.html" %}
{% block main_heading_wrapper %}

{% block main_heading %}{% endblock main_heading %}

{% block sub_heading %}{% endblock sub_heading %}
{% endblock main_heading_wrapper %}
{% block main_body %}{% endblock main_body %}
{% block pre_footer %}
{% block pre_footer_left %}
Back
{% endblock pre_footer_left %}
{% block pre_footer_right %} {% if form %}
{% include "ddm_core/form_components/_button_group.html" with for_form="base-form" %}
{% endif %} {% endblock pre_footer_right %}
{% endblock pre_footer %} {% block footer %} {% endblock footer %} {% block scripts %} {% endblock scripts %}