{{ forum.name }}
{{ thread.title }}
{% if user.is_authenticated %} {% endif %} {% if posts %}-
{% for post in posts.object_list %}
- {% include "forums/includes/post.html" %} {% endfor %}
{{ _('Oh, no! Looks like there are no posts!') }}
{% endif %} {% if user.is_authenticated and not thread.is_locked and forum.allows_posting_by(user) %} {% elif user.is_authenticated and thread.is_locked %}{{ _('This thread has been locked. It is no longer possible to post new replies.') }}