{% import 'components/config/editable_config.html' as m_editable_config %} {% macro config_notification(config, config_name, service_name_list) -%}
{% for key in config %} {{ m_editable_config.editable_key( config, key, config_name + "_" + key, "global_config", config[key], config[key], suggestions=service_name_list, placeholder_str="Select notification(s) to enable") }} {% endfor %}