{% extends "users/base.html" %} {% block content %} {% load crispy_forms_tags %} {% load counter_tag %} {% if request.user.profile.agency.module_timemanagement %}

Zum Arbeitstag am {{workday.start|date:"d.m.Y"}} Pause hinzufügen


{% csrf_token %} {{form.media}} {{form}}
Abbrechen
{% endif %} {% endblock content %}