{% from '_switch.html' import switch %} {% for plugin in plugins %}
{% if plugin.author %}
By {{ plugin.author }}
{% endif %} {% if plugin.description %}
{{ plugin.description|safe }}
{% endif %}
{{ switch(plugin.name, plugin.is_enabled)}}
{% endfor %}