{% trans %}done{% endtrans %}
{% elif post.state == 1 %}
{% trans %}active{% endtrans %}
{% endif %}
{{ post.subject }}
{{ post.owner.username }} • {{ post.date | strftime("%A, %e %B %Y, %H:%M:%S") }}
{{ post.html | safe }}