{#
NateMan – Nachschreibtermin-Manager
templates/klausuren/stufe.html.j2
Copyright © 2020 Niklas Elsbrock
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see
Beratungslehrkräfte: {% if beratungslehrer_list|length == 0 %} keine {% else %} {% for l in beratungslehrer_list %} {{ l.kuerzel }}{% if l.email is not none %} <{{ l.email }}>{% endif %} {%- if not loop.last %},{% endif %} {% endfor %} {% endif %}
{% if lehrer_can_access %} {% endif %} {% if klausur_count != 0 %} {% endif %} {% if klausur_count == 0 %}keine
{% else %} {% for dates_list in (dates_anstehend, dates_vergangen) %} {% if loop.index0 == 1 %}| Lehrkraft | Kurs | Zeitraum | {% if lehrer_can_access %}bearbeitet | Bemerkung | {% endif %}||
|---|---|---|---|---|---|---|
| {{ k.lehrer.kuerzel }} | {{ k.kursname }} | {{ macros.zeitraum(k) }} Std. | {% if lehrer_can_access %} {% if k.edited %}ja | {% else %}nein | {% endif %} {% if k.annotation is not none %}{{ k.annotation }} | {% else %}keine | {% endif %} {% endif %}