{{ post.subject }} ¶
{% endspaceless %}{% spaceless %} {% if post.poster %} {% url 'forum_member:profile' post.poster_id as poster_url %} {% blocktrans trimmed with poster_url=poster_url username=post.poster.username creation_date=post.created %} By: {{ username }} on {{ creation_date }} {% endblocktrans %} {% else %} {% blocktrans trimmed with poster_username=post.username creation_date=post.created %} By: {{ poster_username }} on {{ creation_date }} {% endblocktrans %} {% endif %} {% endspaceless %}
{% if post.updated_by %}{% trans "Last edited by:" %} {{ post.updated_by.username }} {% else %}{% trans "Updated" %} {% endif %}{% trans "on" %} {{ post.updated }}, {% blocktrans count counter=post.updates_count %}edited {{counter }} time in total.{% plural %}edited {{counter }} times in total.{% endblocktrans %} {% if post.update_reason %}
{% trans "Reason:" %} {{ post.update_reason }} {% endif %}