{% load i18n learning %} {# Management of progression #}
{% include "learning/course/_includes/block/progression_student_list.html" %}
{% if student %} {% if student in course.students.all %} {% trans "Progression of" %}{{ student }} {% include "learning/course/_includes/block/progression_progress_bar.html" %} {% include "learning/course/_includes/block/progression_student_more_details.html" %} {# Management of all objectives #}
{% trans "All objectives" %}
{% include "learning/course/_includes/block/progression_list_objectives.html" %} {% else %} {% endif %} {% else %} {% endif %}