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