{% set bookmark_url = None %} {% if type == 'post' %} {% set bookmark_url = url_for('api.bookmark_post', post_id=id) %} {% else %} {% set bookmark_url = url_for('api.bookmark_thread', thread_id=id) %} {% endif %}
Bookmark collections {% if not require_reload %} View bookmarks {% endif %}
{%- for collection in collections -%} {%- set pc = collection.get_posts_count() -%} {%- set tc = collection.get_threads_count() -%}
{{collection.name}} {{ pc }}p, {{ tc }}t
{%- endfor -%}