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

Abwesenheiten{% if request.user.profile.showtooltips %} {% endif %}  


Lade Kalenderdaten...
{% block ab_userown %} {% include "timemanagement/tm_ab_userown.html" %} {% endblock %}
{% if user|usergperm:"absencemanager" %}
{% block ab_toconfirm %} {% include "timemanagement/tm_ab_toconfirm.html" %} {% endblock %}
{% block ab_all %} {% include "timemanagement/tm_ab_all.html" %} {% endblock %}
{% endif %}
{% else %}

Das Modul Abwesenheits- und Zeiterfassung wurde in ihrer Agentur deaktiviert.

{% endif %} {% if missinguserdata|length > 0 %} {% endif %} {% endblock content %}