Datumsberechnungen

{% if tage is not none %}
Anzahl der Tage: {{ tage }}
{% endif %}
{% if werktage is not none %}
Anzahl der Werktage: {{ werktage }}
{% endif %}
{% if wochentag is not none %}
Wochentag: {{ wochentag }}
{% endif %}
{% if datumsrechnung is not none %}
Ergebnis: {{ datumsrechnung }}
{% endif %}
{% if werktagsrechnung is not none %}
Ergebnis: {{ werktagsrechnung }}
{% endif %}
{% if kw_berechnen is not none %}
Kalenderwoche: {{ kw_berechnen }}
{% endif %}
{% if kw_datum is not none %}
{{ kw_datum }}
{% endif %}