{% extends 'core/dashboard-layout.html.twig' %} {% block title %}Inscriptions - 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 %}

Nouvelle Inscription

Cours Disponibles

Intelligence Artificielle

Introduction aux concepts de l'IA et machine learning

Sécurité Informatique

Cryptographie et sécurité des systèmes

{% endblock %}