{# Bootstrap 5 modal with HTMX lazy-loaded body content. #} {# The modal body content is fetched only when the modal is opened. #} {% load sample_tags i18n %} {% simple_popup name_button=name_button title=title id_modal=id_modal id_button=id_button size=size %}
{% trans "Loading..." %}
{% endsimple_popup %}