{% extends 'base_catalog.html' %} {% load static %} {% load i18n %} {% block content_bread_scrumbs %} {% endblock %} {% block page_title %}

{% trans 'Фото' %}: {{ object.name }}

{% endblock %} {% block page_body %}
{{ obj.main_title|safe }}
{% with obj=object %} {% include 'client/includes/show_date_block.html' %} {% endwith %}
{% if object.country %}
{{ object.country }}, {{ object.city }} {% if object.place %} , {{ object.place }} {% endif %}
{% endif %}
{{ object.description }}
{% endblock %} {% block paginator %} {% endblock %} {% block photogallery %} {% endblock %}