{% for post in posts %} {% set topic = post.topic %} {% endfor %} {% if not posts|length %} {% endif %}
Post When
{% if otherMember.is_moderator %}
{% endif %}
{{ post.content_html|raw }}

{{ post.member.username }} posted in {{ topic.subject }} {% partial __SELF__ ~ "::timestamp" date=post.updated_at %}

There are no posts to display.