{% extends "configure/configure.html" %} {% block configure %} {# TODO: move to own css file when done #}

{{ name }} Edit Name

{% for plugin, config in config.iteritems() %}
{# TODO: type! #}
{{ plugin }} Delete
{{ config }}
{% endfor %} {# mocks
Rss Delete
url: http://example.com
Series Delete
  • Chuck
  • South park
  • How I Met Your Mother
#}
{% endblock %}