{% 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 %} {% trans 'Выставки' %} {% for theme in exposition_themes %} {{ theme.name }} ({{ theme.expositions_number }}) {% endfor %} {% trans 'конференции' %} {% for theme in conference_themes %} {{ theme.name }} ({{ theme.conferences_number }}) {% endfor %} {% comment %} {% trans 'семинары' %} {% for theme in seminar_themes %} {{ theme.name }} ({{ theme.seminars_number }}) {% endfor %} {% endcomment %} {% 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 %} {% trans 'Обзоры и аналитика' %} {% trans 'Все обзоры' %} {% for article in articles %} {{ article.main_title }} {% endfor %} {% endblock %}