{% load i18n %} {% load interaction %} {% if request.user.is_authenticated %} {% with request.user|bookmarked:list as bookmarked %}
{% csrf_token %} {% trans "Bookmark" as text %}
{% csrf_token %} {% trans "Un-bookmark" as text %}
{% endwith %} {% endif %}