{% include "../header.html" %}

{{ thread.forum.name }} {{ thread_info.title }}

{{ thread.user.nickname }} · Created · Last modified by {{ thread.last_user.nickname }} replied at · {{ thread.views }} times read
{% for p in post %}
{% if p.user.avatar != "" %} {% else %} {% endif %}
{{ p.content_html }}
{% set idx_star = idx_star+1 %} {% endfor %}
{{ paginateHtml }}
{% if session_user %}
Reply
{% else %}
Login to reply
{% endif %}
{% include "../footer.html" %} {% include "../islogin.html" %}