bgneal@181: {% extends 'base.html' %} bgneal@310: {% load url from future %} bgneal@283: {% load forum_tags %} bgneal@181: {% block title %}Forums: {% if is_subscribed %}S{% else %}Uns{% endif %}ubscribed to Topic{% endblock %} bgneal@181: {% block content %} bgneal@283: {% forum_navigation topic "Topic Subscriptions Updated" %} bgneal@181:
bgneal@181: {% if is_subscribed %} bgneal@181: You are now subscribed to the forum topic {{ topic.name }}. bgneal@181: You will receive an email notification whenever a new reply is posted. bgneal@181: {% else %} bgneal@181: You have successfully unsubscribed to the forum topic {{ topic.name }}. bgneal@181: You will no longer receive emails when new replies are posted. bgneal@181: {% endif %} bgneal@181:
bgneal@181:bgneal@181: To manage all your forum topic subscriptions, please visit your bgneal@310: subscriptions page. bgneal@181:
bgneal@181: {% endblock %}