{% extends "layouts/content" %} {% import "views/macros/tags" %} {% block content %} {% if noindex %} {% endif %} {% if visitor.getUid() > 0 %} {% include "views/partial/newmessage" %} {% endif %} {% for msg in msgs %}
@{{ msg.getUser().getName() }}:
{{ tags(msg.user.name, msg.tags | tagsList ) }}

{{ msg | formatMessage }}

{% if msg.AttachmentType is not empty %}

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