{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block title %} {{ parent() }}{% trans from "Admin" %}List for IfocopBundle{% endtrans %} {% endblock %} {% block body %}{{ block('actionsmenu') }}
| {% endif %} | {% if sortColumn == 'name' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Name'|trans({}, 'Admin') }} {% if sortColumn == 'name' %} {% if sortColumn == 'name' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'roles' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Roles'|trans({}, 'Admin') }} {% if sortColumn == 'roles' %} {% if sortColumn == 'roles' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'id' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'id' %} {% if sortColumn == 'id' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if isSelect is not defined or isSelect!=1 %}{% trans from "Admingenerator" %}list.header.actions{% endtrans %} | {% endif %}
|---|---|---|---|---|
| {% endif %} | {% if (isSelect is not defined or isSelect!=1) and 'name' in assocs|keys and UserGroup.name is not null %} {% set idfield = attribute(UserGroup.name,assocs['name'].refid) %} {% endif %} {% block list_td_column_name %}{{ UserGroup.name }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'name' in assocs|keys and UserGroup.name is not null %} {% endif %} |
{% if (isSelect is not defined or isSelect!=1) and 'roles' in assocs|keys and UserGroup.roles is not null %}
{% set idfield = attribute(UserGroup.roles,assocs['roles'].refid) %}
{% endif %}
{% block list_td_column_roles %}
|
{% if (isSelect is not defined or isSelect!=1) and 'id' in assocs|keys and UserGroup.id is not null %} {% set idfield = attribute(UserGroup.id,assocs['id'].refid) %} {% endif %} {% block list_td_column_id %}{{ UserGroup.id }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'id' in assocs|keys and UserGroup.id is not null %} {% endif %} | {% endblock %} {% block list_object_actions %} {% if isSelect is not defined or isSelect!=1 %}{% endif %} {% endblock %} |
| {% trans from "Admingenerator" %}list.no.results{% endtrans %} | ||||