diff --git a/templates/client/index.html b/templates/client/index.html index 41d242fc..cf0409eb 100644 --- a/templates/client/index.html +++ b/templates/client/index.html @@ -3,182 +3,150 @@ {% 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 %} - {% include 'client/includes/index/main_events.html' with events=events %} - -
-
+
+
{% endblock %} - {% block search %} - {% include 'includes/catalog_search_main.html' with search_form=search_form %} + {% include 'includes/catalog_search_main.html' with search_form=search_form %} {% endblock %} - {% block catalog %} -
-
- - -
- {% include 'client/includes/index/confs.html' with themes=conference_themes %} -
+
+
+
+ {% include 'client/includes/index/expos.html' with themes=exposition_themes %}
-
- {% block menu_banner %} +
+ {% include 'client/includes/index/confs.html' with themes=conference_themes %} +
- {% endblock %} -
+
+ {% block menu_banner %} + + {% endblock %} +
-
-{% endblock %} + + +{% endblock %} {% block announces %} -
-
- - -
- -
-
-{% endblock %} + + +{% endblock %} {% block partners %} -
-
-
{% trans 'Наши партнеры:' %}
- -
-
+
+
+
{% trans 'Наши партнеры:' %}
+ +
+
{% endblock %} - {% block services %} -
-
- - - -
-
- {% include 'client/includes/index/blogs.html' with blogs=blogs %} - -
-
-
+
+
+ +
+
+ {% include 'client/includes/index/blogs.html' with blogs=blogs %} +
+
-
-
- +
+
+{% if request.GET.debug == '1' %} + +{% else %} + +{% endif %}