{% extends "base.html" %} {% block title %} {{ webhook_name }} | discord-rss-bot {% endblock title %} {% block description %} Review webhook settings, attached feeds, and latest entries delivered to {{ webhook_name }}. {% endblock description %} {% block content %} {% if message %}
{{ total_entries }} total from {{ feeds_count }} feed{{ 's' if feeds_count != 1 else '' }}
{{ webhook_url }}
Replace part of feed URLs for all feeds attached to this webhook.
No feeds are attached to this webhook yet.
{% endif %}{{ html|safe }}
{% if is_show_more_entries_button_visible and last_entry %}
Show more entries
{% endif %}
{% elif feeds_count == 0 %}
No feeds found for {{ webhook_name }}. Add feeds to this webhook to see entries here.
No entries found for {{ webhook_name }}. Update feeds to fetch new entries.