{{ image.album.user.nickname }}
  из   фото
{{ 'Close'|trans }}
{# НАЧАЛО АВТОРИЗОВАННОГО ПОЛЬЗОВАТЕЛЯ#} {% if canEdit %}
{#
{{ 'Edit'|trans }}
#}
{{ 'Remove'|trans }}
{{ 'Yes'|trans }}
{{ 'No'|trans }}
{% endif %}
{{ image.album.user.nickname }} ,  {{ image.album.user.age }}
{{ date_format_month(image.createdAt) }}
{% if canEdit %}
{% else %}
{{ image.description }}
{% for tag in image.tags %} {{ tag }} {% endfor %}
{% endif %}
{{ image.likeCount }} {{ image.commentCount }} {% if not isguest() %} {% if image.hasBookmark(globals.id) %} Убрать из закладок {% else %} В закладки {% endif %} {% endif %}
{% if not isguest() %}
{% endif %}
{% include '@site/comments/comment_list.twig' with {comments:image.comments.views} %}
{# КОНЕЦ АВТОРИЗОВАННОГО ПОЛЬЗОВАТЕЛЯ#}