{% extends '/admin/baseAdmin.html.twig' %} {% block title %}Mes thèmes{% endblock %} {% block body %}

Bienvenue {{ app.user.prenom }} {{ app.user.nom }}


{% set count = 0 %} {% for usertheme in userthemes %} {% if app.user.id == usertheme.user.id %} {% set count = count + 1 %} {% endif %} {% else %} {% endfor %}
Id Theme Description Actions
{{ count }} {{ usertheme.theme.libelle }} {{ usertheme.theme.description }} {% set theme = usertheme.theme %} Examens
no records found
{% endblock %}