{% load semiramis_templatetags %} {% load i18n %}

{{ item.name|escape }}

{% trans "View comments and more photos" %}
{{ item.text|babel:"head" }}
{% if photos %}
{% for photo in photos %} {{ photo.name }} {% endfor %}
{% endif %}