{% extends "newsletter/common.html" %} {% load i18n %} {% block title %}{% trans "Newsletter archive" %}{% endblock title %} {% block body %} {% for submission in latest %} {% endfor %}
{% trans "Newsletter archive" %} {{ newsletter.title }}
{{ submission }}
Back to list
{% endblock body %}