{% extends "balafon/bs_base.html" %} {% load i18n favorite_tags %} {% block extra_title %}{% trans "Favorites" %}{% endblock %} {% block document_content %} {% if favs_by_type %}
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 %}