{% extends "newsletter/common.html" %} {% load i18n %} {% block title %}{% trans "Newsletter" %} {{ newsletter.title }} {{ action }} {% trans "activate" %}{% endblock title %} {% block body %}

{% trans "Newsletter" %} {{ newsletter.title }} {{ action }} {% trans "activate" %}

{% csrf_token %} {{ form.as_p }}

{% endblock body %}