{% extends "base.html" %} {% load i18n %} {% block main %} {% if activated %}

{% trans "Thanks! You are now subscribed to our newsletter." %}

{% else %} {% if token_found %}

{% trans "The link you clicked was no longer valid. Your subscription is already active." %}

{% else %}

{% trans "The link was invalid. Please check if it was correct or try to subscribe again." %}

{% endif %} {% endif %} {% endblock %}