{{ post.member.username }}
{{ post.created_at|date('M, j, Y') }} {% if mode == 'edit' %} {{ form_open() }} {% if topic.first_post.id == post.id %} {% endif %}Post has been deleted
{{ post.content_html|raw }}
{% if post.created_at != post.updated_at %}
{% endif %}
Last updated {{ post.updated_at.diffForHumans }}
{% endif %}