X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/3d835e01926aeec21f78df2012567cdd2f2f7f07..4ab3e569ad46ff2548f1854c9718b5b024064790:/forum/skins/default/templates/users/subscriptions.html?ds=sidebyside diff --git a/forum/skins/default/templates/users/subscriptions.html b/forum/skins/default/templates/users/subscriptions.html index a27c0fe..573bb0a 100644 --- a/forum/skins/default/templates/users/subscriptions.html +++ b/forum/skins/default/templates/users/subscriptions.html @@ -1,132 +1,53 @@ -{% extends "user.html" %} - -{% load i18n %} -{% load extra_tags %} -{% load humanize %} - -{% block usercontent %} -

{% trans "Notifications and subscription settings" %}

-

- {% blocktrans %} - Here you can decide which types of notifications you wish to receive, and their frequency.
- {% endblocktrans %} - {% if notificatons_on %} - {% blocktrans %} - Currently you have notifications enabled. You can always stop all notifications without losing your settings and restart them afterwards.
- {% endblocktrans %} - {% else %} - {% blocktrans %} - Currently you have notifications disabled. You can enable them by clicking on the Start notifications button below.
- {% endblocktrans %} - {% endif %} -

-
-
- - - - - - - - - - - - - - - - - - - - -
- {% trans "Notify me when:" %} -
{% trans "A new member joins" %}{{ form.member_joins }}
{% trans "A new question is posted" %}{{ form.new_question }}
{% trans "A new question matching my interesting tags is posted" %}{{ form.new_question_watched_tags }}
{% trans "There's an update on one of my subscriptions" %}{{ form.subscribed_questions }}
-

 

- - - - - - - - - - - - - - -
- {% trans "Auto subscribe me to:" %} -
- {{ form.questions_asked }}{% trans "Questions I ask" %} - - {{ form.questions_answered }}{% trans "Questions I answer" %} - - {{ form.questions_commented }}{% trans "Questions I comment" %} -
- {{ form.questions_viewed }}{% trans "Questions I view" %} - - {{ form.all_questions_watched_tags }}{% trans "All questions matching my interesting tags" %} - - {{ form.all_questions }}{% trans "All questions" %} -
-

 

- - - - - - - - - - - - -
- {% trans "On my subscriptions, notify me when:" %} -
- {{ form.notify_answers }}{% trans "An answer is posted" %} - - {{ form.notify_comments_own_post }}{% trans "A comment on one of my posts is posted" %} -
- {{ form.notify_comments }}{% trans "A comment is posted" %} - - {{ form.notify_accepted }}{% trans "An answer is accepted" %} -
-

 

- - - - - - - - - - -
- {% trans "More:" %} -
- {{ form.notify_reply_to_comments }}{% trans "Notify me when someone replies to one of my comments on any post using the
@username
notation" %} -
- {{ form.send_digest }}{% trans "Send me the daily digest with information about the site activity" %} -
-
- - {% if notificatons_on %} - - {% else %} - - {% endif %} -
- {{ form.user }} -
-
-{% endblock %} - +{% extends "user.html" %} + +{% load i18n %} +{% load extra_tags %} +{% load humanize %} + +{% block userjs %} + +{% endblock %} + +{% block usercontent %} +
+ + + +
+ + {% if not manage_open %} +
+ {% include "users/subscriptions_settings.html" %} +
+ {% endif %} + + {% if manage_open %} +
+ {% include "users/subscriptions_management.html" %} +
+ {% endif %} +{% endblock %} +