{% extends "user_profile/user.html" %} {% import "macros.html" as macros %} {% block layout_class %}{{ super() }} subscription-settings{% endblock %} {% block profilesection %} {% trans %}subscriptions{% endtrans %} {% endblock %} {% block usercontent %}

{% trans %}Adjust frequency of email updates. Receive updates on interesting content by email. 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 settings.MULTILINGUAL %}

{% trans %}Note: language settings also apply to the email subscriptions{% endtrans %}

{% endif %}
{% if action_status %}
{{action_status}}
{% endif %}
{{ csrf_input }}
{% trans %}instantly{% endtrans %} {% trans %}daily{% endtrans %} {% trans %}weekly{% endtrans %} {% trans %}never{% endtrans %}
{{ email_feeds_form.asked_by_me.label }}
{{ email_feeds_form.answered_by_me.label }}
{{ email_feeds_form.individually_selected.label }}
{{ email_feeds_form.unanswered_questions.label }}
{{ email_feeds_form.all_questions.label }}
{{ email_feeds_form.mentions_and_comments.label }}
{{ tag_filter_selection_form }}
 
{% 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 %} {% compress js %} {% endcompress %} {% endblock %}