{% extends 'dashboard/offers/step_form.html' %} {% load i18n %} {% block form_extradata %}
| {% trans "Name" %} | {{ offer.name }} |
|---|---|
| {% trans "Description" %} | {{ offer.description }} |
| {% trans "Start date" %} | {{ offer.start_date }} |
| {% trans "End date" %} | {{ offer.end_date }} |
| {% trans "Condition" %} | {{ condition.description }} |
| {% trans "Benefit" %} | {{ benefit.description }} |