{% extends "users/base.html" %} {% load counter_tag %} {% load static %} {% block content %}

Bereiche und Tätigkeiten von {{user_first_name}} {{user_last_name}} {% if user|usergperm:"usermanager" %} {% if request.user.profile.agency.dynamicprofile %} {% endif %} {% endif %}


Name

{{ user_first_name }} {{ user_last_name }}

Agenturfunktion

{{ userfunc }}

E-Mail

{{ mail }}

Tätigkeit

{{ compfunc }}

Festnetz

{{ phoneland }}

Mobil

{{ phonemobile }}


{{ user_first_name }} {{ user_last_name }} {% if request.user.profile.agency.dynamicprofile %} {% endif %}

{% for area in areas %} {% endfor %} {% for area in areas %} {% endif %} {% endfor %}
{{area.name}}
{% if request.user.profile.agency.dynamicprofile %} {% for task in tasks %} {% isUserInAuth task area user_id as checkIsUserAuth %} {% if task.area.pk == area.pk and task.visible and checkIsUserAuth %} {% endif %} {% isUserInEx task area user_id as checkIsUserEx %} {% if task.area.pk == area.pk and task.visible and checkIsUserEx %} {% endif %} {% isUserInRep task area user_id as checkIsUserRep %} {% if task.area.pk == area.pk and task.visible and checkIsUserRep %} {% endif %} {% endfor %} {% else %} {% for prio in prios %} {% if prio.task.area.pk == area.pk and prio.task.visible %} {% endif %} {% endfor %}
{% endblock content %}