{# vim: set ts=2 et sts=2 sw=2: #} {% extends "questions/base.html" %} {% if is_active %} {% set title = _('Subscription confirmed.') %} {% else %} {% set title = _('There was a problem confirming your subscription.') %} {% endif %} {% set classes = 'questions' %} {% block content %}

{{ question.title }}

{% if is_active %}

{{ _('You will now receive updates via email.') }}

{% else %}

{{ title }}

{{ _('Go back to the question and try again.') }} {% endif %}
{% endblock %}