{% load i18n %} {% if user.is_authenticated %} {% if project in watched_projects %} {% else %}
  • {% trans "Watch" %}
  • {% endif %} {% endif %}