{% if articles|length > 0 %}
{% endif %}
{% if totalPages > 1 %}
{% endif %}
{% for article in articles %}
{% include 'article/item.html.twig' %}
{% endfor %}
{% else %}
Aucun article pour cette période.