fix: complete catalog pagination and recovery states

This commit is contained in:
2026-09-11 11:25:59 +03:00
parent 78493b9248
commit a82930027d
13 changed files with 296 additions and 52 deletions

View File

@@ -19,7 +19,7 @@ def test_directory_template_is_russian_and_uses_display_dates():
assert "Сотрудники" in template
assert "колонки" in template
assert "Применить фильтры" in template
assert "На странице: {{ value }}" in template
assert "Сотрудников на странице" in template
assert "{% for value in [25, 50, 100] %}" in template
assert "Показаны" in template
assert "Новости" in template