{% load i18n %} {% for item in newsletter.events.all %}

{{item.title}}

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