{% extends "layout.html" %} {% block content %}
# | {{ _('Status') }} | {{ _('Title') }} | {{ _('Site') }} | {{ _('Articles') }} | {{ _('Actions') }} |
---|---|---|---|---|---|
{{ loop.index }} | {% if feed.enabled %} {% else %} {% endif %} {% if feed.error_count > conf.DEFAULT_MAX_ERROR %} {% endif %} | {% if feed.icon %}{% endif %} {{ feed.title }} | {{ feed.site_link }} | ( {{ unread_article_count.get(feed.id, 0) }} ) {{ article_count.get(feed.id, 0) }} |