{% extends "base.html" %} {% set all_feeds = feeds() %} {% block body %}

Manage {{ patchset }}

{% for i, f in enumerate(feed_names) %} {% endfor %}
Feed Actions
{{ f }}
{% for f in feed_names %} {% endfor %}
{% endblock -%}