{% load i18n %} {% load currency_filters %}

{% trans "Offer details" %}

{% trans "Name" %}{{ offer.name }}
{% trans "Description" %}{{ offer.description|safe }}
{% trans "Start date" %}{{ offer.start_date }}
{% trans "End date" %}{{ offer.end_date }}
{% trans "Condition" %}{{ offer.condition.description }}
{% trans "Benefit" %}{{ offer.benefit.description }}
{% trans "Date created" %}{{ offer.date_created }}

{% trans "Offer performance" %}

{% trans "Total discount" %}{{ offer.total_discount|currency }}
{% trans "Number of orders" %}{{ offer.num_orders }}