{% extends "user_profile/user.html" %} {% block profilesection %} {% trans %}subscriptions{% endtrans %} {% endblock %} {% block usercontent %}

{% trans %}Email subscription settings{% endtrans %}

{% trans %}Adjust frequency of email updates. Receive updates on interesting questions by email,
help the community
by answering questions of your colleagues. If you do not wish to receive emails - select 'no email' on all items below.
Updates are only sent when there is any new activity on selected items.{% endtrans %}

{% if action_status %}

{{action_status}}

{% endif %}
{% csrf_token %} {{email_feeds_form.as_table()}}
{{tag_filter_selection_form}}
 
{% endblock %}