{% extends "client/blank.html" %} {% load static i18n %} {% load thumbnail %} {% load template_filters %} {% block styles %} {% endblock %} {% block body_class %} class="main-page" {% endblock %} {% block top %}
{% 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 %}
{% endblock %} {% block partners %}
{% trans 'Наши партнеры:' %}
{% endblock %} {% block services %}
{% include 'client/includes/index/blogs.html' with blogs=blogs %}
{% endblock %}