{# Feed subtitle, probably description. #}
{% if feed.subtitle %}
{{ feed.subtitle }}
{% endif %}
{# When this feed was added.#}
{% if feed.added %}
Added: {{ feed.added.strftime('%Y-%m-%d, %T') }}
{% endif %}
{# If this feed has had an error. #}
{% if feed.last_exception %}
Last exception: {{ feed.last_exception }}
{% endif %}
{# Remove feed button. #}