{# Inner modal template - do not use directly, use modal_base.html instead #}
{# Enhanced with animations, focus trap, and loading states #}
{% with animation=animation|default:'scale' loading=loading|default:False %}
{# Backdrop #}
{# Modal Content #}
{# Loading Overlay #}
{% if loading %}
Loading...
{% endif %}
{# Header #}
{% if title or show_close_button %}