{% extends "users/base.html" %} {% load counter_tag %} {% block content %}
| 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 %} |