{% load i18n %}

{{ item.title }}

{% trans 'Link to the original' %} Link to the article

{% if FEEDAGGREGATOR_SHOW_FULL %} {{ item.description|safe }} {% else %} {{ item.description|safe|truncatewords_html:FEEDAGGREGATOR_EXCERPT_SIZE }} {% endif %}