{% INCLUDE 'ucp_header.html' %}

{{ lang('TITLE') }}

{{ lang('BOOKMARKS_EXPLAIN') }}

{% if S_NO_DISPLAY_BOOKMARKS %}

{{ lang('BOOKMARKS_DISABLED') }}

{% else %} {% if loops.topicrow|length %}
  • {{ lang('BOOKMARKS') }}
    {{ lang('LAST_POST') }}
    {{ lang('MARK') }}
    {% for topicrow in loops.topicrow %}
  • {% if topicrow.S_DELETED_TOPIC %}
    {{ lang('DELETED_TOPIC') }}
     
    {% else %}
    {% if topicrow.S_UNREAD_TOPIC %}{% endif %}
    {% if topicrow.S_UNREAD_TOPIC %} {{ NEW_POST }} {% endif %}{{ topicrow.TOPIC_TITLE }} {% if topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED %} {{ lang('TOPIC_UNAPPROVED') }} {% endif %} {% if topicrow.S_TOPIC_REPORTED %} {{ lang('TOPIC_REPORTED') }} {% endif %}
    {% EVENT ucp_main_bookmarks_topic_title_after %} {% if topicrow.pagination|length %} {% endif %}
    {% if topicrow.ATTACH_ICON_IMG %} {% endif %} {{ lang('POST_BY_AUTHOR') }} {{ topicrow.TOPIC_AUTHOR_FULL }} » {{ topicrow.FIRST_POST_TIME }}
    {{ lang('LAST_POST') }} {{ lang('POST_BY_AUTHOR') }} {{ topicrow.LAST_POST_AUTHOR_FULL }} {{ VIEW_LATEST_POST }}
    {{ topicrow.LAST_POST_TIME }}
    {% endif %}
  • {% endfor %}
{% else %}

{{ lang('NO_BOOKMARKS') }}

{% endif %} {% endif %}
{% if loops.topicrow|length and not S_NO_DISPLAY_BOOKMARKS %}
{{ lang('MARK_ALL') }}{{ lang('UNMARK_ALL') }}
{{ S_FORM_TOKEN }}
{% endif %}
{% INCLUDE 'ucp_footer.html' %}