{% if current_language == 'en' and body_en %}
{{ body_en|raw }}
{% else %}
{{ post.content }}
{% endif %}
{% if axes_groups %}
{% endif %}
{% if bibliotheques %}
{% endif %}
{% for group in axes_groups %}
{% endfor %}
{% endif %}
{% if partenaires_internationaux or partenaires_nationaux %}
{{ group.label }}
{{ current_language == 'en' ? 'Partner institutions' : 'Institutions partenaires' }}
{% if partenaires_internationaux %}
{% endif %}
{% if partenaires_nationaux %}
{% endif %}
{{ current_language == 'en' ? 'International partners' : 'Partenaires internationaux' }}
{{ current_language == 'en' ? 'National partners' : 'Partenaires nationaux' }}
{{ current_language == 'en' ? 'Libraries' : 'Bibliothèques' }}
{{ bibliotheques|raw }}