{% extends "base.html" %} {% block content %} {% if title %}

{{ title }}

{% endif %} {%- if data -%} {% for key in ['device','action','pipeline'] %} {% if key in data %}
{{ key | capitalize }} Plugins {% for p in data[key] %}
{% endfor %}
{% endif %} {% endfor %} {% else %} 0 plugins found? {%- endif -%} {% endblock %}