{% extends '@layout/_layout.twig' %} {% block title %} {{ article.title }} {% endblock %} {% block OpenGraph %} {% if article.images|length != 0 %} {% for image in article.images %} {% if loop.index == 1 %} {% endif %} {% endfor %} {% endif %} {% endblock OpenGraph %} {% block content %}
{% import '@site/includes/_lists.twig' as lists %} {{ article.user.nickname }}, {{ article.user.age }}
{#{% if page.author.status != '' %}#} {#
#} {#{{ page.author.status }}#} {##} {#
#} {#{% else %}#}

{{ city_full_name(article.user.city) }}

{#{% endif %}#}
{#
{{ article.commentCount }} Page 1 {{ article.likeCount }} Group 5 {{ article.viewCount }}
#}
{% import "@site/includes/common/_blogsMacros.twig" as blogMacros %} {% for tag in article.tags %} {{ tag }} {% endfor %}
{% if globals.profileId==article.user.profileId %} {{ 'Edit this is post'|trans }} {% endif %}
{# {{ article.commentCount }} {{ article.likeCount }} {{ article.viewCount }} #}
{% import "@site/includes/common/_blogsMacros.twig" as blogMacros %} {% for tag in article.tags %} {{ tag }} {% endfor %}

{{ article.title }}

{{ article.content|nl2br }}

{% if article.images|length != 0 %}
{##} {% for image in article.images %} {% endfor %}
{% endif %}
{% if globals.profileId==article.user.profileId %} {% endif %}
{{ article.likeCount }} {{ article.commentCount }} {{ article.viewCount }} {% if not isguest() %} {% if article.hasBookmark(globals.id) %} Убрать из закладок {% else %} В закладки {% endif %}
{% endif %}
{% if not isguest() %} {% endif %} {% include '@site/comments/comment_list.twig' with {comments:article.comments.views} %}
{% include '@site/includes/album_image_modal_minimize.twig' %} {% endblock %}