{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block title %} {{ parent() }} - {% trans from "Admin" %}Branches list{% endtrans %} {% endblock %} {% block body %} {% block page_title %}

{% trans from "Admin" %}Branches list{% endtrans %}

{% endblock %} {{ block('actionsmenu') }}
{% block list_scopes %} {% endblock %} {% block form_batch_actions %} {% endblock %} {% block list_thead %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% if isMulti is defined and isMulti==1 %} {% endif %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% endblock %} {% block list_tbody %} {% if Branchs|length > 0 %} {% for Branch in Branchs %} {% if 1 %} {% set oddclass=(loop.index0 % 2 == 0 ?'ginaodd':'ginaeven') %}{% block list_row %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% if isMulti is defined and isMulti==1 %} {% endif %} {% endblock %} {% block list_object_actions %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %} {% endif %} {% endblock %} {% endif %} {% endfor %} {% endif %} {% endblock %}
{% if sortColumn == 'idBranch' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idBranch' %} {% if sortColumn == 'idBranch' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'cdBranch' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Branch Code'|trans({}, 'Admin') }} {% if sortColumn == 'cdBranch' %} {% if sortColumn == 'cdBranch' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'lbBranch' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Branch description'|trans({}, 'Admin') }} {% if sortColumn == 'lbBranch' %} {% if sortColumn == 'lbBranch' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'idAddressSimple' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ ' '|trans({}, 'Admin') }} {% if sortColumn == 'idAddressSimple' %} {% if sortColumn == 'idAddressSimple' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'idBranchCluster' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Branch Cluster'|trans({}, 'Admin') }} {% if sortColumn == 'idBranchCluster' %} {% if sortColumn == 'idBranchCluster' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'blDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Active'|trans({}, 'Admin') }} {% if sortColumn == 'blDeactivated' %} {% if sortColumn == 'blDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% trans from "Admingenerator" %}list.header.actions{% endtrans %}
{% block list_td_column_idBranch %}{{ Branch.idBranch }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idBranch'!='idHistory' and 'idBranch' in assocs|keys and Branch.idBranch is not null %} {% endif %} {% block list_td_column_cdBranch %}{{ Branch.cdBranch }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdBranch'!='idHistory' and 'cdBranch' in assocs|keys and Branch.cdBranch is not null %} {% endif %} {% block list_td_column_lbBranch %}{{ Branch.lbBranch }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbBranch'!='idHistory' and 'lbBranch' in assocs|keys and Branch.lbBranch is not null %} {% endif %} {% block list_td_column_idAddressSimple %}{{ Branch.idAddressSimple }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idAddressSimple'!='idHistory' and 'idAddressSimple' in assocs|keys and Branch.idAddressSimple is not null %} {% endif %} {% block list_td_column_idBranchCluster %}{{ Branch.idBranchCluster }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idBranchCluster'!='idHistory' and 'idBranchCluster' in assocs|keys and Branch.idBranchCluster is not null %} {% endif %} {% block list_td_column_blDeactivated %} {% if Branch.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and Branch.blDeactivated is not null %} {% endif %}
{% if Branchs|length == 0 %}
{% trans from "Admingenerator" %}list.no.results{% endtrans %}
{% endif %}
{% block list_batch_actions %} {% if isMulti is defined and isMulti==1 %}
{% endif %} {% endblock %}
{% block list_paginator %} {% endblock %}
{% block endform_batch_actions %} {% endblock %}
{% block filters %} {% endblock %} {% block preferences %} {% endblock %} {% endblock %} {% block actionsmenu %}
{% block contentactionsmenu %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %} {% block list_actions %} {% if isMulti is not defined or isMulti!=1 %} {% endif %} {% endblock %} {% endif %} {% if (isSelect is defined and isSelect==1) or (isMulti is defined and isMulti==1) %} {% endif %} {% endblock %}
{% endblock %}