Lektionsstatistik
CSV Export
JSON Export
Lektion auswählen
{% for lesson in lessons %}
{% if lesson_has_data[loop.index0] %}
{{ lesson.lesson if lesson.lesson is defined else loop.index0 + 1 }}
{% else %}
{{ lesson.lesson if lesson.lesson is defined else loop.index0 + 1 }}
{% endif %}
{% endfor %}