{% load i18n %}
{% with newsletter.get_items_by_section as items %} {% regroup items by section as sections %} {% for section in sections %}

{{ section.grouper.name }}

{% for item in section.list %} {% endfor %}
{% endfor %}
{% endwith %}