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

Abwesenheitskategorie aktualisieren


{% csrf_token %} {{form|crispy}}

  Abbrechen
{% else %}

Das Modul Abwesenheitsplanung wurden in ihrer Agentur deaktiviert.

{% endif %} {% endblock content %}