{% extends 'base_catalog.html' %} {% load static %} {% load i18n %} {% block bread_scrumbs %} {% endblock %} {% block page_title %} {% endblock %} {% block content_list %}
{% include 'client/includes/article/article_logo.html' with obj=object %}

{{ object.main_title }}

{{ object.publish_date|date:"d E Y" }}{% if object.theme.all.exists %}{% include 'client/includes/article_theme.html' with obj=object %}{% endif %} {% if request.user.is_admin %} {% trans 'изменить' %} {% endif %}

 

{{ object.description|safe }}
{# {% trans 'Источник' %}: {{ object.author }} #} {% if object.tag.all.exists %}
{% include 'includes/article_tags.html' with obj=object %}
{% endif %}
{% with blogs=object.similars %} {% if blogs %}
{% for blog in blogs %} {% endfor %}
{% endif %} {% endwith %} {% endblock %}