{% if article.category %} {{ article.category.name }} {% endif %} {{ article.title }} {{ article.publication_date|date:"d F Y" }} {% if article.author %} {{ article.author.full_name }} {% endif %} {{ article.view_count }} vue{{ article.view_count|pluralize }} {% if article.image %} {% if article.image_caption %} {{ article.image_caption }} {% endif %} {% endif %} {{ article.content|safe }} {% if article.related_projects.exists %} Projets associes {% for project in article.related_projects.all %} {{ project.title }} {% endfor %} {% endif %} {% if article.related_people.exists %} Personnes mentionnees {% for person in article.related_people.all %} {% if person.photo %} {% else %} {{ person.first_name|slice:":1" }}{{ person.last_name|slice:":1" }} {% endif %} {{ person.full_name }} {% endfor %} {% endif %} Partager