{% extends "forum/base.html" %} {% load i18n crispy_forms_tags forum_markup %} {% block forum_content %}
{{ post.author }} #{{ post.id }}
{% blocktrans with modified_date=post.modified|timesince %}Edited since {{ modified_date }}{% endblocktrans %}
{% endif %}{% blocktrans %}This thread is closed, you can't add it a new post{% endblocktrans %}