{% load i18n %}

{% trans 'Favorite' %}

{% if user.is_authenticated %}


Go to Favorites
{% else %}

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

{% endif %}