{% load i18n %} {% load watches %} {% block extra_details %} {% if request.user.is_authenticated %} {% url notification.views.notices as notices_url %} {% if notices_url %} {% trans "Watch:" %} {% watch_toggle project %} {% endif %} {% endif %} {% endblock %}