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