{% if bookmark_list.is_empty %}
No bookmarks match the current bundle.
{% else %}
Found {{ bookmark_list.bookmarks_total }} bookmarks matching this bundle.
{% include 'bookmarks/bookmark_list.html' %} {% endif %}