{% extends "forum/base.html" %} {% load i18n crispy_forms_tags forum_markup guardian_tags %} {% 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 %}