{% extends "base.html" %} {% block title %}Index{% endblock %} {% block content %} {% for tag in tags %} {{ tag }} {% endfor %}
No feeds yet. Add one here.
{% endif %}{{ feed_count.total }} feeds {% if feed_count.broken %} - {{ feed_count.broken }} broken {% endif %} {% if feed_count.total != feed_count.updates_enabled %} - {{ feed_count.updates_enabled }} enabled {% endif %}
{{ entry_count.total }} entries total
{% if entry_count.read != entry_count.total %}{{ entry_count.total - entry_count.read }} unread entries
{% endif %} {% if entry_count.important %}Important: {{ entry_count.important }} entries
{% endif %} {% if entry_count.has_enclosures %}Has enclosures: {{ entry_count.has_enclosures }} entries
{% endif %}1 Month average: {{ entry_count.averages[0]|round(2) }} entries per day
3 Months average: {{ entry_count.averages[1]|round(2) }} entries per day
12 Months average: {{ entry_count.averages[2]|round(2) }} entries per day