{# Global confirmation modal — replaces native confirm() dialogs. Included once in layout/base.twig. Provides: confirmAction({ message, title, confirmText, cancelText, confirmClass, icon }) Returns a Promise. confirmSubmit(event, message, opts) For onsubmit="return confirmSubmit(event, 'Delete?')" confirmClick(event, message, opts) For onclick="return confirmClick(event, 'Are you sure?')" #}