X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/f23e8f623a0670883682399799d40abda730ff16..dcacc3b4c2ba2f550806a2d22b183f6fac4f63ff:/forum/skins/default/templates/subscription_status.html diff --git a/forum/skins/default/templates/subscription_status.html b/forum/skins/default/templates/subscription_status.html index c489da1..535ea18 100644 --- a/forum/skins/default/templates/subscription_status.html +++ b/forum/skins/default/templates/subscription_status.html @@ -1,31 +1,43 @@ -{% load i18n %} - -

{% trans "Subscription" %}:

-{% if request.user.is_authenticated %} -
- {% if subscription %} - {% if subscription.auto_subscription %} -

{% trans "You were automatically subscribed to this question." %}

- {% else %} -

{% trans "You are subscribed to this question." %}

- {% endif %} - {% else %} -

{% trans "You are not subscribed to this question." %}

- {% endif %} -
-

- {% if subscription %} - {% trans "unsubscribe me" %} - {% else %} - {% trans "subscribe me" %} - {% endif %} -

-

- {% url user_subscriptions id=request.user.id,slug=request.user.username|slugify as subscriptions_url %} - {% blocktrans %} - (you can adjust your notification settings on your profile) - {% endblocktrans %} -

-{% else %} -

{% trans "Once you sign in you will be able to subscribe for any updates here" %}

-{% endif %} +{% spaceless %} +{% load i18n extra_tags %} +

{% trans "Follow this question" %}

+{% trans "By Email" %}: +{% if request.user.is_authenticated %} +
+ {% if subscription %} + {% if subscription.auto_subscription %} +

{% trans "You were automatically subscribed to this question." %}

+ {% else %} +

{% trans "You are subscribed to this question." %}

+ {% endif %} + {% else %} +

{% trans "You are not subscribed to this question." %}

+ {% endif %} +
+

+ {% if subscription %} + {% trans "unsubscribe me" %} + {% else %} + {% trans "subscribe me" %} + {% endif %} +

+

+ {% blocktrans with request.user.get_user_subscriptions_url as subscriptions_url %} + (you can adjust your notification settings on your profile) + {% endblocktrans %} +

+{% else %} +

{% trans "Once you sign in you will be able to subscribe for any updates here" %}

+{% endif %} +{% trans "By RSS" %}: +

+ + {% trans "Answers" %} +

+

+ + {% trans "Answers and Comments" %} +

+{% endspaceless %}