$refs.modal.remove(), 200);"
@close-modals.window="showModal = false; setTimeout(() => $refs.modal.remove(), 200);"
@keyup.escape.window="if (! $refs.{{ modal_id|xrefsave }}Indicator.classList.contains('htmx-request')) {$dispatch('close-modal-{{ modal_id }}')}"
{% if blocking %}
hx-indicator="#{{ modal_id }}-indicator"
hx-disabled-elt="#{{ modal_id }}-background"
{% endif %}
>
{% block modal_content %}{% endblock %}