{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}List for GinangBundle{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}List for GinangBundle{% endtrans %}
{% endif %} | {% if sortColumn == 'idBranch' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Branch'|trans({}, 'Admin') }} {% if sortColumn == 'idBranch' %} {% if sortColumn == 'idBranch' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'role' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Role'|trans({}, 'Admin') }} {% if sortColumn == 'role' %} {% if sortColumn == 'role' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if isSelect is not defined or isSelect!=1 %}{% trans from "Admingenerator" %}list.header.actions{% endtrans %} | {% endif %}
---|---|---|---|
{% endif %} | {% block list_td_column_idBranch %}{{ UserInBranch.idBranch }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idBranch'!='idHistory' and 'idBranch' in assocs|keys and UserInBranch.idBranch is not null %} {% endif %} | {% block list_td_column_role %}{{ UserInBranch.role }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'role'!='idHistory' and 'role' in assocs|keys and UserInBranch.role is not null %} {% endif %} | {% endblock %} {% block list_object_actions %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %}{% endif %} {% endblock %} |