{% extends 'base.html.twig' %} {% block title %}Article index{% endblock %} {% block navlink %}nav-actu{% endblock %} {% block body %}

ACTUALITÉS DU SITE

{% if is_granted('IS_AUTHENTICATED_FULLY') %}
Rediger un nouvel article d'actualité
{% endif %} {% if is_granted('IS_AUTHENTICATED_FULLY') %}

Brouillons

{% endif %}
{% if is_granted('IS_AUTHENTICATED_FULLY') %}

Articles publiés

{% endif %}
{% endblock %}