{% import 'ohmyadmin/forms.html' as forms %} {% import 'ohmyadmin/components.html' as components %} {% set button_class = 'danger' if action.dangerous else 'accent' %} {{ action.modal_title or action.label }} {% if action.modal_description %} {{ action.modal_description }} {% endif %} {{ components.render_component(request, form_view) }}
{{ action.modal_description }}