{% 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 notifications' %} {% set crumbs = [(url('questions.home'), _('Support Forums')), (question.get_absolute_url(), question.title), (None, _('Email updates'))] %} {% set ga_content_group = "support-forum-question-subscribe" %} {% if question.product %} {% set ga_products = "/" + question.product.slug + "/" %} {% endif %} {% if question.topic %} {% set ga_topics = "/" + question.topic.slug + "/" %} {% endif %} {% block content %}