{% extends "layouts/content" %} {% import "views/macros/tags" %} {% block content %} {% if noindex %} {% endif %} {% if paramTag | default('') is not empty %}

← Все записи с тегом {{ paramTag.name | escape }}

{% endif %} {% for msg in msgs %}
@{{ msg.user.name }}:
{{ tags(msg.user.name, msg.tags | tagsList) }}
{% if msg.AttachmentType is not empty %}

{% endif %}

{{ msg | formatMessage }}

{% if msg.AttachmentType is not empty %}
{% endif %}
{% endfor %} {% if (next | default('')) is not empty %} {{ next | raw }} {% endif %} {% endblock %} {% block "column" %} {% include "views/partial/usercolumn" %} {% if noindex %} {% endif %} {% endblock %}