{% extends 'dashboard/offers/step_form.html' %} {% load url from future %} {% load i18n %} {% block summary %} {% include 'dashboard/offers/summary.html' %} {% endblock %} {% block progress %} {% include 'dashboard/offers/progress.html' with step=3 %} {% endblock %} {% block form_fields %} {{ form.non_field_errors }} {% if form.fields.custom_condition.choices %}
{% trans "Ranges can be created and edited from within the " %} {% trans "range dashboard" %}.
{% include "partials/form_field.html" with field=form.type %} {% include "partials/form_field.html" with field=form.value %} {% if form.fields.custom_condition.choices %}