{% 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.created|date:"d E Y" }}{{ object.author.get_full_name }} {{ object.description|safe }}
{% trans 'Автор' %}: {% include 'includes/show_logo.html' with obj=object.author %}

{{ object.author.get_full_name }}

{% if object.author.profile.fb %} {% endif %}
{% if object.tag.all.exists %}
{% include 'includes/article_tags.html' with obj=object %}
{% endif %}
{% for blog in object.similars %} {% endfor %}
{% endblock %}