{% extends "base.twig" %} {% block content %}
{% if post.edit_link %} {{ current_language == 'en' ? 'Edit post' : 'Éditer l\'annonce' }} {% endif %}

{{ post.title | bilingual(current_language) }}

{% if article.sous_titre %}

{{ article.sous_titre }}

{% endif %}

{% if article.type_label %} {{ article.type_label }} {% endif %} {% set landscape_images = [] %} {% set portrait_images = [] %} {% for img in article.images %} {% if img.portrait %} {% set portrait_images = portrait_images|merge([img]) %} {% else %} {% set landscape_images = landscape_images|merge([img]) %} {% endif %} {% endfor %} {% if landscape_images %} {% if landscape_images|length > 1 %}
{% for img in landscape_images %}
{{ img.alt }} {% set legend = article.show_image_titles and img.title ? img.title : img.caption %} {% if legend %}
{{ legend }}
{% endif %}
{% endfor %}
{% else %}
{% for img in landscape_images %}
{{ img.alt }} {% set legend = article.show_image_titles and img.title ? img.title : img.caption %} {% if legend %}
{{ legend }}
{% endif %}
{% endfor %}
{% endif %} {% endif %}
{% if portrait_images or article.date_de_debut or article.date_de_fin or article.datetime or article.lieu|trim or article.adresse|trim or article.documents or article.liens_externes or article.hal_url or article.hal_file or article.reference_bibliographique %} {% endif %}
{% if article.membres is not empty or article.autrepersonnes %}

{% if article.fonction_label %} {{ article.fonction_label }} : {% endif %} {% for m in article.membres %} {{ m.name }}{% if not loop.last %}, {% endif %} {% endfor %} {% if article.autrepersonnes %}{% if article.membres is not empty %}, {% endif %}{{ article.autrepersonnes }}{% endif %}

{% endif %} {% if article.autre_membres is not empty or article.autre_autrepersonnes %}

{% if article.autre_fonction_label %} {{ article.autre_fonction_label }} : {% endif %} {% for m in article.autre_membres %} {{ m.name }}{% if not loop.last %}, {% endif %} {% endfor %} {% if article.autre_autrepersonnes %}{% if article.autre_membres is not empty %}, {% endif %}{{ article.autre_autrepersonnes }}{% endif %}

{% endif %} {% if article.editeur %}

{{ current_language == 'en' ? 'Publisher' : 'Éditeur' }} : {{ article.editeur }}

{% endif %} {% if article.journal %}

Journal : {{ article.journal }}

{% endif %} {% if article.is_newsletter %} {# Document email complet (table 600px + media queries) rendu isolé pour préserver son /