Publié le {{ article.date|strftime('%d/%m/%Y') }}
{% if article.modified %}Édité le {{ article.modified|strftime('%d/%m/%Y') }}
{% endif %} {% if article.authors %}Par : {% for author in article.authors %} {{ author }} {% endfor %}
{% endif %}Dans : {{ article.category }}
Tags : {% include 'taglist.html' %}
{% import 'translations.html' as translations with context %}{{ translations.translations_for(article) }}