{% extends 'admin/base.html.twig' %} {% block title %}AFC E-Learning{% endblock %} {% block body %}

Notifications

{# Etude de cas #}
Etude de cas
{% if exercices|length > 0 %} notification_important

{{ exercices|length }} études de cas en attentes de correction

Acceder à la liste {% else %} notification_important

Aucune étude de cas à corriger

{% endif %}
{# Parcours à completer #}
Parcours à completer
{% if incompleteStage|length > 0 %} notification_important

{{ incompleteStage|length }} parcours à compléter

Acceder à la liste {% else %} notification_important

Aucun parcours à completer

{% endif %}
{# Formation à valider #}
Formation à valider
{% if endingStages|length > 0 %} notification_important

{{ endingStages|length }} formations à valider

Acceder à la liste {% else %} notification_important

Aucune formation à valider

{% endif %}

Statistiques

{% endblock %}