5 <h2>{% trans "Notifications and subscription settings" %}</h2>
8 Here you can decide which types of notifications you wish to receive, and their frequency.<br />
11 <div class='inline-block'>
15 <table class="form-as-table">
18 <strong>{% trans "Notify me when:" %}</strong>
22 <td>{% trans "A new member joins" %}</td>
23 <td>{{ form.member_joins }}</td>
26 <td>{% trans "A new question is posted" %}</td>
27 <td>{{ form.new_question }}</td>
30 <td>{% trans "A new question matching my interesting tags is posted" %}</td>
31 <td>{{ form.new_question_watched_tags }}</td>
34 <td>{% trans "There's an update on one of my subscriptions" %}</td>
35 <td >{{ form.subscribed_questions }}</td>
39 <table class="form-as-table check-table">
42 <strong>{% trans "Auto subscribe me to:" %}</strong>
47 {{ form.questions_viewed }}{% trans "Questions I view" %}
50 {{ form.all_questions_watched_tags }}{% trans "All questions matching my interesting tags" %}
53 {{ form.all_questions }}{% trans "All questions" %}
58 <table class="form-as-table check-table">
61 <strong>{% trans "On my subscriptions, notify me when:" %}</strong>
66 {{ form.notify_answers }}{% trans "An answer is posted" %}
69 {{ form.notify_comments_own_post }}{% trans "A comment on one of my posts is posted" %}
74 {{ form.notify_comments }}{% trans "A comment is posted" %}
77 {{ form.notify_accepted }}{% trans "An answer is accepted" %}
82 <table class="form-as-table check-table">
85 <strong>{% trans "Daily Digest:" %}</strong>
90 {{ form.send_digest }}{% trans "Send me the daily digest with information about the site activity" %}
95 <strong>{% trans "Notify When I'm Discussed:" %}</strong>
100 {{ form.notify_reply_to_comments }}{% trans "Notify me when someone replies to one of my comments on any post using the <pre>@username</pre> notation" %}
104 <div class="submit-row">
105 <input type="submit" class="submit" name="save" value="{% trans "Update" %}"/>