/// RAPPORT DE MISSION
{{ project.description|safe }}
/// SUCCÈS DE MISSION
{{ project.results|safe }}
/// ARCHIVES VISUELLES
{% for image in project.gallery.all %}
{% if image.caption %}
{% endfor %}
{{ image.caption }}
{% endif %}