{% 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 current_language == 'en' and article.body_en %} {{ article.body_en|raw }} {% else %} {{ post.content }} {% endif %} {% if article.canal_u %} {% endif %} {% if article.youtube %} {% endif %} {% if article.axes %}{{ current_language == 'en' ? 'Thematic axes' : 'Axes thématiques' }} : {% for kw in article.axes %} {{ kw.name }}{% if not loop.last %}, {% endif %} {% endfor %}
{% endif %} {% if article.programmes %}{{ current_language == 'en' ? 'Research programmes' : 'Programmes de recherche' }} : {% for kw in article.programmes %} {{ kw.name }}{% if not loop.last %}, {% endif %} {% endfor %}
{% endif %} {% if article.etiquettes %}{{ current_language == 'en' ? 'Keywords' : 'Mots-clés' }} : {% for kw in article.etiquettes %} {{ kw.name }}{% if not loop.last %}, {% endif %} {% endfor %}
{% endif %} {% if article.annonces_liees is not empty %} {% endif %} {% if article.seances_a_venir is not empty %}{{ current_language == 'en' ? 'Upcoming sessions' : 'Séances à venir' }}
{{ s.post.title | bilingual(current_language) }}
{% if s.intervenants is not empty or s.autrepersonnes %} {% for i in s.intervenants %} {{ i.name }}{% if not loop.last %}, {% endif %} {% endfor %} {% if s.autrepersonnes %}{% if s.intervenants is not empty %}, {% endif %}{{ s.autrepersonnes }}{% endif %} {% endif %}{{ current_language == 'en' ? 'Past sessions' : 'Séances passées' }}
{{ s.post.title | bilingual(current_language) }}
{% if s.intervenants is not empty or s.autrepersonnes %} {% for i in s.intervenants %} {{ i.name }}{% if not loop.last %}, {% endif %}{% endfor %}{% if s.autrepersonnes %}{% if s.intervenants is not empty %}, {% endif %}{{ s.autrepersonnes }}{% endif %} {% endif %}{{ current_language == 'en' ? 'Updated on' : 'Mis à jour le' }} {{ post.modified_date('d/m/Y') ?: post.date('d/m/Y') }}