{% load i18n cosinnus_tags %} {% if object.locations.all %} {% for group_location in object.locations.all %}
{% endfor %} {% endif %} {% with topics=object.media_tag_object.topics %} {% if topics %} {% comment %} Approach disabled for now {% if object.media_tag_object.approach %}{{ object.media_tag_object.get_approach_display }}
{% endif %} {% endcomment %}{% render_cosinnus_topics topics %}
{% endif %} {% endwith %} {% for tag in object.media_tag_object.tags.all %} {% if forloop.first %}{% endif %} {% if not forloop.first %}, {% endif %} {{ tag }} {% if forloop.last %}
{% endif %} {% endfor %} {% if object.website %} {% endif %}