{% extends "balafon/bs_base.html" %} {% load i18n favorite_tags %} {% block extra_title %}{% trans "Favorites" %}{% endblock %} {% block document_content %} {% if favs_by_type %}

{% trans "Favorites" %}

{% for type, favs, template_name in favs_by_type %} {% include template_name %} {% endfor %} {% else %}

{% trans "No favorites yet!" %}

{% blocktrans %}

You can click on an empty star () to push the corresponding item on the favorites page.

Favorite items are shown with a full-color star (). Click on it when you want to remove the item from the favorites page.

Every user has its own favorites.

{% endblocktrans %} {% endif %} {% endblock %}