{% extends 'oscar/dashboard/offers/step_form.html' %} {% load i18n %} {% block summary %} {% include 'oscar/dashboard/offers/summary.html' %} {% endblock %} {% block progress %} {% include 'oscar/dashboard/offers/progress.html' with step=3 %} {% endblock %} {% block form_fields %} {{ form.non_field_errors }} {% if form.fields.custom_condition.choices %}

{% trans "Build a new condition" %}

{% endif %} {% include "oscar/dashboard/partials/form_field.html" with field=form.range %}

{% 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 %} {% if form.fields.custom_condition.choices %}

{% trans "...or choose a pre-defined one" %}

{% include "oscar/dashboard/partials/form_field.html" with field=form.custom_condition %} {% endif %} {% endblock %} {% block submittext %}{% trans "Continue to step 4" %}{% endblock %}