{% extends "users/base.html" %} {% load counter_tag %} {% block content %}
{{standard.media}} {{standard.content|safe}}
{{standard.freefield_content}}
{% for files in standard.addedfiles.all %} {{files.name|truncatechars:30}} {% endfor %}
{{comments|length}} {% if comments|length == 1 %} Kommentar {% elif comments|length == 0 %} Kommentare {% else %} Kommentare {% endif %}
{{comment.content}}