diff --git a/discord_rss_bot/templates/index.html b/discord_rss_bot/templates/index.html index b782554..55814dd 100644 --- a/discord_rss_bot/templates/index.html +++ b/discord_rss_bot/templates/index.html @@ -6,12 +6,17 @@ {% if feeds %}
{{ feed_count.total }} feeds + + {% if feed_count.broken %} {% else %} {% endif %} - {{ feed_count.broken }} broken + + + {% if feed_count.total != feed_count.updates_enabled %} {% else %} @@ -19,13 +24,17 @@ {% endif %} - {{ feed_count.updates_enabled }} enabled + + - {{ entry_count.total }} entries - + ({{ entry_count.averages[0]|round(1) }}, {{ entry_count.averages[1]|round(1) }}, {{ entry_count.averages[2]|round(1) }})
+ + {% for hook_from_context in webhooks %}