{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% block title %} {{ title }} | Range management | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block header %} {% endblock header %} {% block dashboard_content %}
{% csrf_token %} {% include "partials/form_fields.html" with form=form %} {% block form_actions %}
or {# This is an input so we distinguish between which button was pressed #} or cancel
{% endblock form_actions %}
{% endblock dashboard_content %}