{# 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. #} {% block sonata_security_roles_widget %} {% apply spaceless %}

{{ 'field.label_roles_editable'|trans({}, "SonataUserBundle") }}

{{ block('choice_widget') }}
{% if read_only_choices|length > 0 %}

{{ 'field.label_roles_readonly'|trans({}, "SonataUserBundle") }}

{% endif %} {% endapply %} {% endblock sonata_security_roles_widget %} {% block sonata_roles_matrix_widget %} {% apply spaceless %} {{ renderMatrix(form)|raw }} {% endapply %} {% endblock sonata_roles_matrix_widget %}