{% extends "users/base.html" %} {% load counter_tag %} {% load static %} {% block content %}
{{ compfunc }}
{{ phoneland }}
{{ phonemobile }}
{{area.name}} |
{% endfor %}
|
{% 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 %}
|
{% endif %}
{% endfor %}