{% include 'user/alerts/_filter.html' %}

{{ _('You will be notified of replies to these comments') }}

{% for reply in entities.items %}
{% with comment=dict(comment=reply) %} {% include 'post/_reply_notification_toggle.html' %} {% endwith %}
{% else %}

{{ _('You have not subscribed to any comments. Use the bell icon on each comment to do so.') }}

{% endfor %}