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

{{ feed.title }}

{% 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 %} Whitelist Blacklist Custom message
{# HTML is created in main.create_html_for_feed #} {{ html|safe }} {% endblock content %}