{% extends "user_profile/user.html" %} {% import "macros.html" as macros %} {% 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}}
 
{% if settings.MULTILINGUAL %}

{% trans %}Subscribed languages{% endtrans %}

{% csrf_token %}
{% endif %} {%if settings.SUBSCRIBED_TAG_SELECTOR_ENABLED %}

{% trans %}Subscribed Tags{% endtrans %}

{{ macros.tag_list_widget( subscribed_tag_names, deletable = True, css_class = 'subscribed marked-tags special', ) }}
{%endif%} {% endblock %} {%block userjs%} {% endblock %}