{% load feedtags %} {% load i18n %} {% if error %} {% blocktrans with error.reason as error %}

Unable to load feed: {{error}}

{% endblocktrans %} {% else %} {% for entry in parser.entries|slice:":3" %}

{{entry.title}} - {{entry.updated_parsed|feeddate|date:"M d, Y"}}

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