-
+
-
+ ++ ++ + +++ + ++@{{ msg.user.name }}: + ++{{ msg | formatMessage }}+ {% if msg.AttachmentType is not empty %} ++ + + ++ {% endif %} + {% if msg.VisitorCanComment %} + + {% endif %} + {% if recomm is not empty %} +Рекомендовали ({{ recomm.size() }}): + {% for rec in recomm %} + @{{ rec }}{% if loop.index < (loop.length - 1) %}, {% endif %} + {% endfor %} ++ {% endif %} +
+
+
+
Ответы ({{ replies.size() }})
+-
+ {% if (listview) %}
+ {% include "views/partial/thread_list" %}
+ {% else %}
+ {% include "views/partial/thread_tree" %}
+ {% endif %}
+