{% extends 'base.html.twig' %} {% block title %}Actualités de la catégorie {{ category.title }}{% endblock %} {% block body %}

Actualités de la catégorie {{ category.title }}

{% 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 catégorie.

{% endfor %}

{{ pagination.getTotalItemCount }} articles total

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