{% if category %}
Bookmarks in "{{category.name}}"
{% else %}Uncategorized bookmarks
{% endif %} {% if bookmarked_sounds %} {% show_paginator paginator page current_page request "bookmark" %}
{% for bookmark in page.object_list %}
{% show_paginator paginator page current_page request "bookmark" %}
{% else %}
{% with bookmark.sound as sound%}
{% endfor %}
{% include "sounds/player_small.html" %}
{% endwith %}
There are no {% if not category %}uncategorized{% endif %} bookmarks {% if category %}in this category{% endif %}
{% endif %}