{% extends "users/base.html" %} {% load counter_tag %} {% block content %}
{{standard.media}} {{standard.content|safe}}
{% for files in standard.addedfiles.all %}
{{files.name|truncatechars:30}}
{% endfor %}
{% for standard in standard.linked_standards.all %}
{% 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:30}}
{% else %}
{{standard.name|truncatechars:30}}