{% if is_granted('ROLE_DIRECTION') %} {% set notifications = notifications_direction() %}
{% if notifications.total() > 0 %} {{ notifications.total() }} {% endif %}
{% endif %}