{# 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 actions %}
  • {% include 'SonataAdminBundle:Button:edit_button.html.twig' %}
  • {% include 'SonataAdminBundle:Button:history_button.html.twig' %}
  • {% include 'SonataAdminBundle:Button:show_button.html.twig' %}
  • {% include 'SonataAdminBundle:Button:list_button.html.twig' %}
  • {% endblock %} {% block form %}
    {% if form.vars.errors|length > 0 %}
    {{ form_errors(form) }}
    {% endif %} {% for permission in permissions %} {% endfor %} {% for user in users %} {% for permission in permissions %} {% endfor %} {% endfor %}
    {{ "td_username"|trans({}, 'SonataAdminBundle') }}{{ permission }}
    {{ user }}{{ form_widget(form[user.id ~ permission]) }}
    {{ form_rest(form) }} {% block formactions %}
    {% endblock formactions %}
    {% endblock %}