{% load static %} {% load i18n %} {% load template_filters %} {% block page_body %}

{{ place.name|safe }}

{{ place.description.strip|safe|linebreaks|truncatewords:20 }}
{% trans 'Далее...' %} {% if place.address %} {% else %}
{% endif %}
{% include 'client/includes/place/place_services.html' with place=place %}
{% if place.photogallery %} {% with photos=place.photogallery.photos.all|slice:"5" %}

{% trans 'Фотогалерея' %}

{% endwith %} {% endif %} {% include 'client/includes/place/place_info.html' with place=place %} {% if place.get_scheme %}

{% trans 'Схема павильонов' %}

{% for scheme in place.get_scheme %} {% ifequal scheme.file_path.url|slice:"-3:" 'pdf' %} {% trans 'Схема в pdf' %} {% else %}
{% endifequal %}
{% endfor %}
{% endif %}

{% trans 'Контактная информация' %}

{{ place.adress }}
    {% if place.phone %}
  • {{ place.phone|phone }} ({% trans 'телефон' %})
  • {% endif %} {% if place.fax %}
  • {{ place.fax|phone }} ({% trans 'факс' %})
  • {% endif %}
{% if place.events %}

{% trans 'Список событий' %}

{% endif %}
{% include 'client/includes/booking_block.html' with city=place.city place=place %}

{% include 'client/includes/banners/detail_inner.html' %}
{% if place.get_nearest_places %}

{% trans 'Ближайшие выставочные центры' %}

{% endif %} {% include 'client/includes/banners/detail_inner_3.html' %}
{% endblock %} {% block scripts %} {% if request.GET.debug == '1' %} {% else %} {% endif %} {% endblock %}