{# 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 title %}{{ 'title_select_subclass'|trans({}, 'SonataAdminBundle') }}{% endblock %} {% block content %}

{{ block('title') }}

{% for subclass in admin.subclasses|keys %} {% else %} {{ 'no_subclass_available'|trans({}, 'SonataAdminBundle') }} {% endfor %}
{% endblock %}