{% extends 'base.jinja.html' %} {% block page_title %} {{ l.settings_page_title }} {% endblock %} {% block add_js %} {% endblock %} {% block body_class %}view-plugins-list{% endblock %} {% block page %}

{{ l.settings_plugin_page_title }}

{% if request.args.get('error') %}
{{ request.args.get('error') }}
{% endif %}
{% with variables=variables %} {% include 'configuration/plugins/component/table.jinja.html' %} {% endwith %}
{% endblock %}