Jinja-Macros separiert und time-Tags hinzugefügt

This commit is contained in:
2021-07-28 23:33:53 +02:00
parent c5371af7c9
commit c2b936dc8e
10 changed files with 27 additions and 39 deletions
+1 -8
View File
@@ -2,14 +2,7 @@
{# von Niklas Elsbrock #}
{% macro zeitraum(klausur) -%}
{{- klausur.startperiod }}.
{%- if klausur.startperiod != klausur.endperiod -%}
–{{ klausur.endperiod }}.
{%- endif %}
{%- endmacro %}
{% import 'macros.j2' as macros %}
<!-- generiert aus Template-Code von Niklas Elsbrock -->