{% extends 'dashboard/offers/step_form.html' %} {% load i18n %} {% block progress %} {% include 'dashboard/offers/progress.html' with step=2 %} {% endblock %} {% block form_fields %} {{ form.non_field_errors }} {% if form.fields.custom_benefit.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 %} {% include "partials/form_field.html" with field=form.max_affected_items %} {% if form.fields.custom_benefit.choices %}