{% extends "blank.html" %} {% load static %} {% load i18n %} {% load thumbnail %} {% load template_filters %} {% block styles %} {% endblock %} {% block body_class %} class="main-page" {% endblock %} {% block top %} {% include 'client/includes/index/main_events.html' with events=events %} {% endblock %} {% block search %} {% include '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 %} {% block menu_banner %} {% endblock %} {% endblock %} {% block announces %} {% trans 'Фоторепортажи:' %} Edinburgh International Festival 2013 с 1 по 8 августа 2013 года Международный фестиваль оперы, музыки, драматических и танцевальных постановок Edinburgh International Festival 2013 с 1 по 8 августа 2013 года Международный фестиваль оперы, музыки, драматических и танцевальных постановок Edinburgh International Festival 2013 < > {% endblock %} {% block partners %} {% trans 'Наши партнеры:' %} {% endblock %} {% block services %} {% include 'client/includes/index/blogs.html' with blogs=blogs %} {% endblock %}