{% load i18n %} {% for item in newsletter.get_items %}

{{item.title}}

{{item.summary}} {% trans "Read more"%}
{% endfor %}