Elpatrons Datumsrechner

{% 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 wochen_monate is not none %}
Ergebnis: {{ wochen_monate }}
{% endif %}
{% if kw_datum is not none %}
{{ kw_datum }}
{% endif %}