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