{% extends "forum/base.html" %} {% load i18n crispy_forms_tags %} {% block head_base_js %}{{ block.super }}{% if FORUM_TEXT_FIELD_JS_TEMPLATE and form.text %} {% include FORUM_TEXT_FIELD_JS_TEMPLATE with field=form.text %} {% endif %}{% endblock %} {% block forum_content %}
{{ post.author }} #{{ post.id }}
{% endif %}{% 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 %}