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

{% trans "Subscription to newsletter" %}

{% blocktrans %}Subscribe to our newsletter to receive information about new content.{% endblocktrans %}

{% trans "You can receive the newsletter daily, weekly or monthly." %}

{% trans "To subscribe enter the email where you want to receive the newsletter. We'll send you a confirmation email." %}

{{ form.as_p }}
{% endblock %}