diff --git a/src/vk_parser_app/templates/editor_content.html b/src/vk_parser_app/templates/editor_content.html
index ca2d37e..4981ec7 100644
--- a/src/vk_parser_app/templates/editor_content.html
+++ b/src/vk_parser_app/templates/editor_content.html
@@ -103,7 +103,7 @@
- {% if pagination.total_pages > 1 %}
+ {% if pagination.pages > 1 %}
-
-
-
+
+
+
{% endif %}
diff --git a/src/vk_parser_app/templates/raw_posts_content.html b/src/vk_parser_app/templates/raw_posts_content.html
index b4a03cb..671ce99 100644
--- a/src/vk_parser_app/templates/raw_posts_content.html
+++ b/src/vk_parser_app/templates/raw_posts_content.html
@@ -136,7 +136,7 @@
-
-
-
+
+
+
{% endif %}
diff --git a/src/vk_parser_app/templates/users.html b/src/vk_parser_app/templates/users.html
index 72e4b88..dfe6d32 100644
--- a/src/vk_parser_app/templates/users.html
+++ b/src/vk_parser_app/templates/users.html
@@ -47,14 +47,14 @@
- {% if pagination.total_pages > 1 %}
+ {% if pagination.pages > 1 %}
-
-
-
+
+
+
{% endif %}