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