{% 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 %}
{{collection.name}} ({{ collection.get_posts_count() }}p, {{ collection.get_threads_count() }}t)
{% endfor %}