{% extends 'ohmyadmin/app.html' %} {% import 'ohmyadmin/lib/forms.html' as forms %} {% block content %}
{{ form_layout.render(request) }}
{% block form_actions %} {% for form_action in form_actions %} {{ form_action.render(request) }} {% endfor %} {% endblock %}
{% endblock %}