{% load i18n %}

{% trans "Offer summary" %}

{% if session_offer.name %}

{% trans "Name" %}:
{{ session_offer.name }}

{% if session_offer.description %}

{% trans "Description" %}:
{{ session_offer.description|safe|striptags|truncatewords:8 }}

{% endif %}
{% endif %} {% if session_offer.benefit %}

{% trans "Incentive" %}:
{{ session_offer.benefit.description|safe }}

{% endif %} {% if session_offer.condition %}

{% trans "Condition" %}:
{{ session_offer.condition.description|safe }}

{% endif %} {% if session_offer.pk %}

{% trans "Restrictions" %}:

{% if offer.availability_restrictions %} {% else %} - {% endif %}
{% endif %}