{% include 'overall_header.html' %}
{% EVENT viewforum_forum_title_before %}
{% EVENT viewforum_forum_name_prepend %}
{{ FORUM_NAME }}
{% EVENT viewforum_forum_name_append %}
{{ L_LOGIN_INFO }}
{{ L_TERMS_USE }} | {{ L_PRIVACY }}
{% else %}{{ L_REGISTRATION_DISABLED }}
{% endif %}| {{ L_TITLE }} |
|---|
|
{% if topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS %}
{% endif %}
{% EVENT topiclist_row_prepend %}
{% if topicrow.S_UNREAD_TOPIC %}
*
{% endif %}
{% if topicrow.U_VIEW_TOPIC %}
{% if FORUM_NAME %}[{{ FORUM_NAME }}]: {% endif %}{{ topicrow.TOPIC_TITLE }}
{% else %}
{{ topicrow.TOPIC_TITLE }}
{% endif %}
{% if topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED %}
?
{% endif %}
{% if topicrow.S_TOPIC_REPORTED %}
!
{% endif %}
{% if topicrow.S_TOPIC_DELETED %}
!
{% endif %}
{% if topicrow.pagination %}
|
| {{ L_TITLE }} |
|---|
{{ LOGGED_IN_USER_LIST }}
{% if S_IS_POSTABLE and rules|length %}
{% for rules in rules %}{{ rules.RULE }}
{% endfor %}
{% else %}
{{ L_NOT_AVAILABLE }}
{% endif %}