{% extends "email/base_email.html" %} {% block title %}{{ report.assessment.title }} - {{ report.student.full_name }}{% endblock %} {% block header_title %}📊 Bilan d'Évaluation{% endblock %} {% block header_subtitle %}{{ report.assessment.title }} - {{ report.student.full_name }}{% endblock %} {% block content %}
Description : {{ report.assessment.description }}
{% endif %}{{ exercise.description }}
{% endif %}| Question | Compétence | Domaine | Résultat | 
|---|---|---|---|
| {{ element.label }}
                            {% if element.description %} {{ element.description }} {% endif %} | {% if element.skill %} {{ element.skill }} {% else %} - {% endif %} | {% if element.domain %} {{ element.domain }} {% else %} - {% endif %} | {% if element.raw_value == '.' %}
                                ❓ Pas de réponse {% elif element.grading_type == 'score' and element.raw_value %} {% set score_value = element.raw_value|int %} 
                                    {% for i in range(3) %}
                                        {% if i < score_value %}⭐{% else %}☆{% endif %}
                                    {% endfor %}
                                {{ element.score_label if element.score_label else 'Score ' + score_value|string }}
                                
                            {% elif element.raw_value %}
                                {{ element.raw_value }}/{{ element.max_points }}
                            {% else %}
                                ❓ Non noté {% endif %} | 
Analyse de vos performances sur chaque compétence évaluée
{% for competence in report.competences %}Analyse de vos performances par thème/domaine
{% for domain in report.domains %}{{ custom_message }}