{% extends "newsletter/common.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans "Newsletter detail" %}{% endblock title %} {% block body %} {% if not user.is_authenticated %} {% endif %}
{% trans "Newsletter" %} {{ object.title }}
Subscribe
Update
Unsubscribe
Archive
Back to list
{% endblock body %}