{% INCLUDE 'mcp_header.html' %} {% DEFINE CUSTOM_FIELDSET_CLASS = 'forum-selection2' %} {% INCLUDE 'jumpbox.html' %}

{{ lang('FORUM') }}{{ lang('COLON') }} {{ FORUM_NAME }}

{% if loops.topicrow|length %}
  • {{ lang('TOPICS') }}
    {{ lang('REPLIES') }}
    {{ lang('LAST_POST') }}
    {% if not S_MERGE_SELECT %}
    {{ lang('MARK') }}
    {% endif %}
    {% for topicrow in loops.topicrow %}
  • {% if topicrow.S_UNREAD_TOPIC %}{% endif %}
    {% EVENT topiclist_row_prepend %} {% if topicrow.S_SELECT_TOPIC %}[ {{ lang('SELECT_MERGE') }} ]   {% endif %} {% EVENT mcp_forum_topic_title_before %} {{ topicrow.TOPIC_TITLE }} {% EVENT mcp_forum_topic_title_after %} {% if topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED %} {{ lang('TOPIC_UNAPPROVED') }} {% endif %} {% if topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED %} {{ lang('TOPIC_DELETED') }} {% endif %} {% if topicrow.S_TOPIC_REPORTED %} {{ lang('TOPIC_REPORTED') }} {% endif %} {% if topicrow.S_MOVED_TOPIC and S_CAN_DELETE %} [ {{ lang('DELETE_SHADOW_TOPIC') }} ]{% endif %}
    {% EVENT topiclist_row_topic_title_after %} {% if topicrow.pagination|length %} {% endif %}
    {% if topicrow.ATTACH_ICON_IMG %} {% endif %} {% EVENT topiclist_row_topic_by_author_before %} {{ lang('POST_BY_AUTHOR') }} {% EVENT mcp_forum_topic_author_username_prepend %}{{ topicrow.TOPIC_AUTHOR_FULL }}{% EVENT mcp_forum_topic_author_username_append %} » {{ topicrow.FIRST_POST_TIME }} {% EVENT topiclist_row_topic_by_author_after %}
    {% EVENT topiclist_row_append %}
    {{ topicrow.REPLIES }} {{ lang('REPLIES') }}
    {{ lang('LAST_POST') }} {{ lang('POST_BY_AUTHOR') }} {% EVENT mcp_forum_last_post_author_username_prepend %}{{ topicrow.LAST_POST_AUTHOR_FULL }}{% EVENT mcp_forum_last_post_author_username_append %}
    {{ topicrow.LAST_POST_TIME }}
    {% if not S_MERGE_SELECT %}
    {% if not topicrow.S_MOVED_TOPIC %}{% else %} {% endif %}
    {% endif %}
  • {% endfor %}
{% else %}
  • {{ lang('NO_TOPICS') }}

{% endif %}
{% INCLUDE 'display_options.html' %}
{% EVENT mcp_forum_actions_before %}
{% if not S_MERGE_SELECT %}
{{ lang('MARK_ALL') }} :: {{ lang('UNMARK_ALL') }}
{% endif %} {{ S_FORM_TOKEN }}
{% EVENT mcp_forum_actions_after %}
{% INCLUDE 'mcp_footer.html' %}