{% include 'ucp_header.html' %}

{{ L_TITLE }}

{{ L_BOOKMARKS_EXPLAIN }}

{% if S_NO_DISPLAY_BOOKMARKS %}
{{ L_BOOKMARKS_DISABLED }}
{% else %} {% if topicrow %}

{{ L_BOOKMARKS }}

{% set VAR = {{ L_VIEW_TOPIC_LOCKED }} %} {% for topicrow in topicrow %} {% if topicrow.S_DELETED_TOPIC %} {% else %} {% endif %} {% endfor %}
{{ L_TOPICS }} {{ L_LAST_POST }} {{ L_MARK }}
{{ L_DELETED_TOPIC }}
{% if topicrow.S_UNREAD_TOPIC and not S_IS_BOT %} {{ L_VIEW_FIRST_UNREAD }} {% endif %} {{ topicrow.TOPIC_TITLE }} {% if topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED %} {{ L_TOPICS_ROW_NOT_APPROVED }} {% endif %} {% if topicrow.S_TOPIC_REPORTED %} {{ L_TOPICS_ROW_REPORTED }} {% endif %} {% if topicrow.ATTACH_ICON_IMG %} {{ L_ATTACHMENTS }} {% endif %}
{{ L_POST_BY_AUTHOR }} {{ topicrow.TOPIC_AUTHOR_FULL }}  - 
{% if topicrow.pagination %} {% endif %}
{{ L_POST_BY_AUTHOR }} {{ topicrow.LAST_POST_AUTHOR_FULL }}
{% if not S_IS_BOT %} {{ L_FORUMLIST_LASTPOST }} {% endif %}
{{ S_FORM_TOKEN }}
{{ TOTAL_TOPICS }}
    {% if pagination %} {% include 'pagination.html' %} {% else %}
  • {{ PAGE_NUMBER }}
  • {% endif %}
    {% if pagination %} {% include 'pagination_mobile.html' %} {% else %}
  • {{ PAGE_NUMBER }}
  • {% endif %}
{% else %}
{{ L_NO_BOOKMARKS }}
{% endif %} {% endif %}
{% include 'ucp_footer.html' %}