{% load thumbnail %} {% load i18n %} {% for item in newsletter.articles.all %}
{% if item.logo %} {% thumbnail item.logo "80x80" as im %} {% endthumbnail %} {% endif %}

{{item.title}}

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