{{ thread.title }}
{{ post.body_html|safe }}
{%- if post.attachments %}
{%- endif %}
-
{%- for attachment in post.attachments %}
- {%- endfor %}
{{ _("Answers and comments") }}
{%- for post in thread.posts[1:] %}
{{ m_post(post) }}
{%- endfor %}
{%- endif %}