{% 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 /