{% 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 %}
{% endif %} | {% 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 %} | {% if isSelect is not defined or isSelect!=1 %}{% trans from "Admingenerator" %}list.header.actions{% endtrans %} | {% endif %}
---|---|---|---|---|---|---|---|
{% endif %} | {% 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 %} | {% endblock %} {% block list_object_actions %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %}{% endif %} {% endblock %} |