{% load i18n cosinnus_tags %} {% if object.locations.all %} {% trans "Location" %} {% for group_location in object.locations.all %}

{{ group_location.location }}

{% endfor %} {% endif %} {% with topics=object.media_tag_object.topics %} {% if topics %} {% trans "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 %} {% trans "Tags" %}

{% endif %} {% if not forloop.first %}, {% endif %} {{ tag }} {% if forloop.last %}

{% endif %} {% endfor %} {% if object.website %} {% trans "Website" %}

{{ object.website }}

{% endif %}