{% extends "client/blank.html" %} {% load static i18n %} {% load thumbnail %} {% load template_filters %} {% block styles %} {% endblock %} {% block body_class %} class="main-page" {% endblock %} {% block top %} {% for event in events %} {% if event.logo %} {# #} {% thumbnail event.get_preview "220x220" as im %} {% endthumbnail %} {% endif %} {{ event.name|safe }} {% include 'client/includes/index/main_date_block.html' with obj=event %} {{ event.main_title|safe }} {% endfor %} < > {% endblock %} {% block search %} {% include 'client/includes/catalog_search_main.html' with search_form=search_form %} {% endblock %} {% block catalog %} {% include 'client/includes/index/expos.html' with themes=exposition_themes %} {% include 'client/includes/index/confs.html' with themes=conference_themes %} {% include 'client/includes/banners/main_page_inner.html' %} {% endblock %} {% block announces %} {% if main_page_block %} {{ main_page_block.text|safe }} {% endif %} {% comment %} с 1 по 8 августа 2013 года Международный фестиваль оперы, музыки, драматических и танцевальных постановок Edinburgh International Festival 2013 с 1 по 8 августа 2013 года Международный фестиваль оперы, музыки, драматических и танцевальных постановок Edinburgh International Festival 2013 < > {% endcomment %} {% endblock %} {% block partners %} {% trans 'Наши партнеры:' %} {% comment %} {% endcomment %} {% endblock %} {% block services %} {% include 'client/includes/index/blogs.html' with blogs=blogs %} {% endblock %}