{% set url = 'user_subscriptions'|url(recipient_user.id, recipient_user.username|slugify) %}
{% if is_multilingual %}
{% trans %}To change frequency, language and content of these alerts, please visit your user profile.{% endtrans %}
{% else %}
{% trans %}To change frequency and content of these alerts, please visit your user profile.{% endtrans %}
{% endif %}
{% trans %}If you believe that this message was sent in an error, please email about it the forum administrator at {{ admin_email }}.{% endtrans %}