{% extends "boletin/newsletter_base.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "Subscription confirmation" %}{% endblock %} {% block content %}

{% trans "Newsletter subscription confirmation" %}

{% if error %} {{ error }} {% else %}

{% blocktrans with subscription.email as email %}Your subscription to the newsletter has been confirmed. You will receive the latest information about Salud Innova at {{ email }}.{% endblocktrans %}

{% endif %}
{% endblock %}