{% extends 'base_catalog.html' %} {% load static %} {% load i18n %} {% load template_filters %} {% block bread_scrumbs %} {% endblock %} {% block page_title %}

{% trans 'Новости' %}:

{% endblock %} {% block content_list %}
{{ article_filter_form.theme }}
{{ article_filter_form.tag }}
{% include 'client/includes/article/news_list.html' with object_list=object_list %} {% if request.GET.debug == '1' %} {% else %} {% endif %} {% endblock %} {% block paginator %} {% include 'client/includes/catalog_paginator.html' with page_obj=page_obj %} {% endblock %}