{% extends "base.html" %} {% block title %}Index{% endblock %} {% block content %} {% for tag in tags %} {{ tag }} {% endfor %}
No feeds yet
{% endif %}Feed stats:
Total: {{ feed_count.total }} feeds
Broken: {{ feed_count.broken }} feeds
Enabled: {{ feed_count.updates_enabled }} feeds
Feed entries:
Total: {{ entry_count.total }} entries
Read: {{ entry_count.read }} entries
Important: {{ entry_count.important }} entries
Has enclosures: {{ entry_count.has_enclosures }} entries
1 Month: {{ entry_count.averages[0]|round(2) }} entries per day
3 Months: {{ entry_count.averages[1]|round(2) }} entries per day
12 Months: {{ entry_count.averages[2]|round(2) }} entries per day