{# This file is part of the Sonata package. (c) Thomas Rabaix For the full copyright and license information, please view the LICENSE file that was distributed with this source code. #} {% extends base_template %} {% block form %}

{% block information %} {{ object.type }} {% endblock %}

{{ form_label(form.enabled) }} {{ form_widget(form.enabled) }} {{ form_errors(form.enabled) }}

{% block block %} Custom block settings ... {% endblock %}
{{ form_rest(form) }}
{% endblock %}