{% extends "forum/base.html" %} {% load i18n crispy_forms_tags guardian_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 %} {% get_obj_perms request.user for category_instance as "category_perms" %} {% get_obj_perms request.user for thread_instance as "thread_perms" %}
{{ 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 %}