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

{% trans 'Краткое содержание' %}{{ object.main_title }}

{# {{ object.publish_date|date:"d E Y" }} #} {% if object.tag.all.exists %} {% endif %} {% if request.user.is_admin %} {% trans 'изменить' %} {% endif %}
{% trans 'Поделитесь статьей с коллегами:' %}
{% include "client/includes/sharing_block.html" %}

 

{{ object.main_title }}
{{ object.description|safe }}
{% include 'client/includes/sharing_block_full.html' %}
{# для thumbnail '148x148' crop="center" #} {% thumbnail object.author_s.photo '148x148' crop="center" as im %} {% endthumbnail %}

{{ object.author_s.fullname }}

{{ object.author_s.position|default:'' }}
    {% if object.author_s.email %}
  • {{ object.author_s.email }}
  • {% endif %}
  • {# #} {% if object.author_s.fb %} {% endif %} {% if object.author_s.linkedin %} {% endif %}
{{ object.author_s.about|safe }}
{% if object.get_similar %} {% endif %}

{% trans 'Комментарии' %}

{% for comment in comments %}
{{ comment.user.get_full_name }}
{{ comment.text }}
{% trans "Ответить на комментарий" %} {% for answer in comment.childs %}
{{ answer.user.get_full_name }}
{{ answer.text }}
{% endfor %}
{% endfor %} {% if user.is_authenticated %}
{% csrf_token %}

{% else %} {% endif %}
{% endblock %}