{% extends "layout.html" %} {% block content %}
{{ _('This feed contains') }} {{ feed.articles.all()|count }} {{ _('articles') }}
{% if nb_articles != 0 %}
({{ ((feed.articles.all()|count * 100 ) / nb_articles) | round(2, 'floor') }}% {{ _('of the database') }}).
{% endif %}
{% if feed.last_retrieved %}
{{ _("Last download:") }}
{{ feed.last_retrieved }}
{{ feed.last_error }}