{% extends 'core/dashboard-layout.html.twig' %} {% block title %}Revendications - Portail Étudiant{% endblock %} {# Configuration spécifique à l'étudiant #} {% set header_icon = 'fa-graduation-cap' %} {% set header_title = 'Centre Informatique' %} {% set notification_count = '3' %} {% set user_role = 'Étudiant M2' %} {% set offcanvas_title = 'UniPortal' %} {% set notifications_url = path('app_notifications') %} {% block dashboard_content %}

Revendications

Cette fonctionnalité sera bientôt disponible. Vous pourrez soumettre vos revendications directement via cette interface.

Aucune revendication

Vous n'avez encore soumis aucune revendication.

{% endblock %}