{% for message in messages %} {{ message }} {% endfor %} {% for description in listing.descriptions %} {% if not description is empty %}
{% if is_allowed_to_edit %}
{% if session_id == description.session_id %} {% else %} {{ 'EditionNotAvailableFromSession'|get_lang }} {% endif %}
{% endif %} {{ description.title }}
{{ description.content }}
{% endif %} {% endfor %}