{% load i18n %} {% load humanize %}

{% trans 'Feed' %}

{% if results %} {% else %}

{% trans 'No feed found' %} :(

{% endif %}