{% extends 'index.html.twig' %}
{% block main %}
{{ body.title }}
{% if body.id_list_author == 0 %}
{% endif %}
{% if this.getIsListAuthor %}
{% elseif body.id > 0 %}
{{ body.descr|raw }}
{% endif %}
{% if body.pager and body.pager.count > 1 %}
{% endif %}
{% endblock %}