{{ topic.subject }}
{{ str_limit(post.member.username,2,'')|upper}}{{ post.member.username }}
{{ topic.count_posts }}
{{ topic.count_views }}
{% partial __SELF__ ~ "::timestamp" date=post.created_at %}
{{ post.content_html|raw }}
{% if user %}

Comments

{{ form_open({ request: 'onPost',class:'customWidth100' }) }}
{{ form_close() }} {% endif %}