{% extends "base.html" %} {% block title %} | {{ feed.title }} {% endblock title %} {% block content %}

{{ feed.title }} ({{ total_entries }} entries)

{% if not feed.updates_enabled %} Disabled {% endif %} {% if feed.last_exception %}
{{ feed.last_exception.type_name }}:
{{ feed.last_exception.value_str }}
{{ feed.last_exception.traceback_str }}
{% endif %}
{% if not feed.updates_enabled %}
{% else %}
{% endif %} {% if should_send_embed %}
{% else %}
{% endif %}
Whitelist Blacklist Customize message {% if not should_send_embed %}(Currently active){% endif %} Customize embed {% if should_send_embed %}(Currently active){% endif %}
{# Rendered HTML content #}
{{ html|safe }}
{% if show_more_entires_button %} Show more entries {% endif %} {% endblock content %}