{% load i18n %}

{% trans 'Favorite' %}

{% if user.is_authenticated %} {% if not READ_ONLY_MODE %}


Go to Favorites
{% endif %} {% else %}

{% trans 'Log in to add/delete Favorites.' %}

{% endif %}