{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% if not eleves %}
Attention : Aucun élève disponible. Créez d'abord un élève
{% endif %} {% if not matieres %}
Attention : Aucune matière disponible. Créez d'abord une matière
{% endif %}
Entrez une note entre 0 et 20 (ex: 15.5)