{% if postrow.POST_ICON_IMG %}
{% endif %}
{{ postrow.POST_SUBJECT }}
{% EVENT viewtopic_body_postrow_signature_before %}
{% include 'overall_header.html' %}
{% EVENT viewtopic_topic_title_before %}
{% EVENT viewtopic_topic_title_prepend %}
{% if FORUM_NAME %}[{{ FORUM_NAME }}]: {% endif %}{{ TOPIC_TITLE }}
{% EVENT viewtopic_topic_title_append %}
{% if FORUM_DESC %}
{% endif %}
{% EVENT viewtopic_topic_title_after %}
{% if MODERATORS %}
{% endif %}
{% if S_FORUM_RULES %}
{{ L_PRIVATE_POST_NO_CONTENT }}
{{ LOGGED_IN_USER_LIST }}
{% for rules in rules %}{{ rules.RULE }}
{% endfor %}