{% load i18n %}
{% if thread_notifications == "SITE_AND_EMAIL" %}
mail
{% trans "Watching" context "watch thread" %}
{% elif thread_notifications == "SITE_ONLY" %}
notifications_active
{% trans "Watching" context "watch thread" %}
{% else %}
notifications_none
{% trans "Watch" context "watch thread" %}
{% endif %}