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

{% if meta %} {{ meta.h1 }} {% else %} {% if type == "article" %} {% trans 'Статьи' %}: {% else %} {% trans 'Новости' %}: {% endif %} {{ filter_object.name }}{% endif %}

{% ifequal catalog_url '/news/tag/' %} {% include 'includes/article/catalog_filter_period.html' %} {% endifequal %} {% endblock %} {% block content_list %} {% ifequal catalog_url '/news/tag/' %} {% include 'client/includes/article/news_list.html' with object_list=object_list %} {% else %} {% include 'client/includes/article/blog_list.html' with object_list=object_list %} {% endifequal %} {% endblock %}