{% set plugins_settings = get_plugins_settings() %}
{% if current_endpoint != "global-config" %}
{% endif %}
{% for template, template_data in templates.items() if template != "ui" %} {% set template_plugin = plugins[template_data['plugin_id']] %} {% endfor %}