{% extends 'base.html.twig' %} {% block title %}Actualités de la commission {{ department.name }}{% endblock %} {% block body %}

Actualités de la commission {{ department.name }}

{% if filter_options is not empty %}
{% endif %} {% for post in pagination %} {{ include('post/blocks/post-excerpt.html.twig', { post: post }) }} {% else %}

Aucune actualité disponible pour cette commission.

{% endfor %}

{{ pagination.getTotalItemCount }} articles total

{% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('post') }} {% endblock %}