{% extends 'base_catalog.html' %} {% load i18n %} {% load static %} {% block page_body %}
{{ photoreport.get_event.main_title|safe }}
{% with obj=photoreport.get_event %} {% include 'client/includes/show_date_block.html' %} {% endwith %}
{{ photoreport.description|safe }}
{% endblock %} {% block photogallery %} {% endblock %}