{% 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.getUser().getName(), msg.getTags()) }}
{%if msg.AttachmentType is not empty %}

{% endif %}

{{ msg.getText() | raw }}

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