{% extends 'dashboard/offers/step_form.html' %} {% block form_extradata %}
Name{{ offer.name }}
Description{{ offer.description }}
Start date{{ offer.start_date }}
End date{{ offer.end_date }}
Condition {{ condition.description }}
Benefit{{ benefit.description }}
{% endblock %} {% block form_actions %}
{% if back_url %} Back or {% endif %} or cancel
{% endblock %}