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