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

Manage {{ patchset }}

{% if flavors %}

Flavors: {{ ", ".join(flavors) }}

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