{% 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 }} {% include "oscar/dashboard/partials/form_field.html" with field=form.condition %}

{% url 'dashboard:condition-list' as condition_list_url %} {% blocktrans %} Conditions can be created and edited from within the condition dashboard. {% endblocktrans %}

{% endblock %} {% block submittext %}{% trans "Continue to step 4" %}{% endblock %}