{% import 'ohmyadmin/forms.html' as forms %}

{% block title %}{{ action.label }}{% endblock %}

{% if action.confirmation %}
{{ action.confirmation }}
{% endif %}
{% block content %} {{ form_layout(request, form) }} {% endblock %}