{% import 'ohmyadmin/lib/forms.html' as forms %} {% block header %} {{ action.label }} {{ tabler_icon('x') }} {% endblock %} {% if action.message %} {{ action.message }} {% if form.data|length %} {% endif %} {% endif %} {% for field in form %} {{ forms.form_field(field) }} {% endfor %}