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

Standards aus Agenturverbund {{agn.name}}

Sie sehen nur veröffentlichte Standards innerhalb des Verbunds und Standards, die nicht von Ihrer Agentur geteilt worden sind.

{% for standard in standards_of_agency_network %} {% checkifsharedstandardinagency request.user.profile.agency standard as isshared %} {% if standard.public %} {% endif %} {% endfor %}
Titel Agentur Zuletzt geändert am Geteilt Status
{% setbool False %} {% for ag in standard.visibleby.all %} {% if request.user|has_group:ag.group.name %} {% setbool True %} {% endif %} {% endfor %} {% if standard.visibleby.all|length == 0 %} {% setbool True %} {% endif %} {% getbool as groupchecker %} {% if groupchecker %} {{standard.name|truncatechars:28}} {% else %}

 {{standard.name|truncatechars:28}}

{% endif %}
{{standard.agency.name}} {{standard.last_modified_on|date:"d.m.Y, H:i"}} {{standard.agencynetworkcounter}} {% if isshared %}Übernommen {% elif request.user in standard.favoritfrom.all %}Favorit {% endif %}
{% for agn in standards_of_agency_network %} {% endfor %} {% endblock content %}