{% if setting_config %}
{% if current_endpoint != 'global-config' and current_endpoint != 'global-settings' and setting_config and setting_config.get('global') and setting_value != setting_default %}
{% set tooltip_key = "tooltip.button.reset_global" %}
{% set tooltip_fallback = "Reset to global value" %}
{% else %}
{% set tooltip_key = "tooltip.button.reset_default" %}
{% set tooltip_fallback = "Reset to default value" %}
{% endif %}
{% endif %}