{% load i18n %} {% if user.is_authenticated %}
  • {% if project in user.profile.subscriptions.all %} {% trans "Unwatch" %} {% else %} {% trans "Watch" %} {% endif %}
  • {% endif %}