{% from 'macros/docs_link.html' import docs_url %}
{% if current_endpoint == "global-config" or current_endpoint == "global-settings" %}
{% endif %} {% if current_endpoint != "global-config" and current_endpoint != "global-settings" %}
{% endif %}
{% if current_endpoint == "global-config" or current_endpoint == "global-settings" %}
{% endif %} {% if current_endpoint != "global-config" and current_endpoint != "global-settings" %}
{% endif %}
{% for plugin, plugin_data in plugins.items() %} {% set filtered_settings = get_filtered_settings(plugin_data["settings"], (current_endpoint == "global-config" or current_endpoint == "global-settings")) %} {% if filtered_settings %} {% endif %} {% endfor %}