mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
Jinja-Makro klausur_name eingeführt
This commit is contained in:
@@ -28,4 +28,8 @@
|
||||
{%- if klausur.startperiod != klausur.endperiod -%}
|
||||
–{{ klausur.endperiod }}.
|
||||
{%- endif %}
|
||||
{%- endmacro %}
|
||||
|
||||
{% macro klausur_name(klausur, time_tag=true) -%}
|
||||
{{ klausur.kursname }} ({{ date(klausur.date, time_tag) }}; {{ klausur.lehrer.kuerzel }}, {{ klausur.stufe.name }})
|
||||
{%- endmacro %}
|
||||
Reference in New Issue
Block a user