{% extends 'oscar/dashboard/offers/step_form.html' %} {% load i18n %} {% block progress %} {% include 'oscar/dashboard/offers/progress.html' with step=2 %} {% endblock %} {% block form_fields %} {{ form.non_field_errors }} {% if form.fields.custom_benefit.choices %}
{% url 'dashboard:range-list' as range_list_url %} {% blocktrans %} Ranges can be created and edited from within the range dashboard. {% endblocktrans %}
{% include "oscar/dashboard/partials/form_field.html" with field=form.type %} {% include "oscar/dashboard/partials/form_field.html" with field=form.value %} {% include "oscar/dashboard/partials/form_field.html" with field=form.max_affected_items %} {% if form.fields.custom_benefit.choices %}