{% endfor %}
+
+
{% include 'c_admin/includes/admin_pagination.html' with page_obj=page_obj %}
{# pagination #}
diff --git a/templates/client/base_catalog.html b/templates/client/base_catalog.html
index bde2f835..1f632633 100644
--- a/templates/client/base_catalog.html
+++ b/templates/client/base_catalog.html
@@ -36,7 +36,7 @@
{% include 'client/includes/announces.html' %}
- {% include 'client/includes/side_popular.html' %}
+{# {% include 'client/includes/side_popular.html' %}#}
{% include 'client/includes/side_confs.html' %}
diff --git a/templates/client/conference/conference_by.html b/templates/client/conference/conference_by.html
index 7c14825d..01d6d7cd 100644
--- a/templates/client/conference/conference_by.html
+++ b/templates/client/conference/conference_by.html
@@ -23,6 +23,8 @@
{% endblock %}
{% block content_list %}
+ {% include 'client/includes/side_popular.html' %}
+
{% for obj in object_list %}
{% set cur_word = obj.name %}
{% if cur_word|slice:":1"|lower != prev_word|slice:":1"|lower and forloop.counter != 1 %}
diff --git a/templates/client/exposition/exposition_by.html b/templates/client/exposition/exposition_by.html
index 0d479d82..0bef5ffb 100644
--- a/templates/client/exposition/exposition_by.html
+++ b/templates/client/exposition/exposition_by.html
@@ -23,6 +23,8 @@
{% endblock %}
{% block content_list %}
+ {% include 'client/includes/side_popular.html' %}
+
{% with objects=object_list %}
{% for obj in objects %}
{% set cur_word = obj.name %}
diff --git a/templates/client/includes/reverseorder_warning.html b/templates/client/includes/reverseorder_warning.html
index b8f75ace..2c0da620 100644
--- a/templates/client/includes/reverseorder_warning.html
+++ b/templates/client/includes/reverseorder_warning.html
@@ -1,5 +1,5 @@
{% load i18n %}
-
{% trans "Выставки по указанным параметрам не найдены. Попробуйте упростить параметры или расширить временные рамки. Также Вы можете посмотреть уже прошедшие события и проверить самостоятельно, будут ли они проходить в будущем." %}
+
{% trans "Выставки по указанным параметрам не найдены. Попробуйте упростить параметры или расширить временные рамки. Также, вы можете посмотреть уже прошедшие события и проверить самостоятельно, будут ли они проходить в будущем." %}