{% load i18n %}
{% if category.has_monitor %}
{% if category.has_direct_monitor %}
{% trans "You are currently receiving email notifications on new posts." %} - {% trans "Stop notifications" %}
{% else %}
{% trans "You are currently receiving email notifications on new posts because you subscribed to a parent category." %}
{% endif %}
{% else %}
{% trans "Notify me by email on new posts." %}
{% endif %}