{% load i18n %} {% if cell.title %}

{{ cell.title }}

{% endif %}
{% for entry in feed.entries %} {% if entry.link %}

{{entry.title}}

{% else %}

{{entry.title}}

{% endif %} {% if entry.summary %}
{{entry.summary|safe}}
{% endif %} {% endfor %}