{% macro delete_modal_with_confirm(id, title, item, action, form, field_name) %} {# TODO: Make ESC close this modal #} {% set element_id = id|slugify %} {% endmacro %} {% macro delete_modal(id, title, item, action, form, field_name) %} {% set element_id = id|slugify %} {% endmacro %}