{% load i18n %} {% load icons %} {% if user.is_authenticated %}
{% if project in watched_projects %} {% icon "eye.svg" %} {% trans "Watching" %} {% else %} {% icon "eye.svg" %} {% trans "Not watching" %} {% endif %}
{% endif %}