mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
Jinja-Macros separiert und time-Tags hinzugefügt
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user