{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block title %} {{ parent() }}{% trans from "Admin" %}Liste des banques Ifocop{% endtrans %} {% endblock %} {% block body %}{{ block('actionsmenu') }}
{% block list_scopes %} {% endblock %} {% block list_nbresults %}
{% set count = Banquescentres.nbResults %} {% set start = ( Banquescentres.currentPage - 1 ) * Banquescentres.maxPerPage + 1 %} {% set end = start + Banquescentres.maxPerPage - 1 %} {% set end = end > count ? count : end %} {% if Banquescentres.haveToPaginate %} {% trans with {'%start%': start,'%end%': end,'%count%': count,} from "Admingenerator" %}list.display.range{% endtrans %} {% elseif count > 0 %} {% trans with {'%count%': count,} from "Admingenerator" %}list.display.all{% endtrans %} {% endif %}
{% 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 Banquescentres|length > 0 %} {% for Banquescentre in Banquescentres %} {% 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 %} {% endif %} {% endblock %} {% endfor %} {% else %} {% endif %} {% if isSelect is defined and isSelect==1 %} {% endif %} {% endblock %}
{% if sortColumn == 'banque' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Banque'|trans({}, 'Admin') }} {% if sortColumn == 'banque' %} {% if sortColumn == 'banque' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'cdebanque' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Code banque'|trans({}, 'Admin') }} {% if sortColumn == 'cdebanque' %} {% if sortColumn == 'cdebanque' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'cdeagence' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Code agence'|trans({}, 'Admin') }} {% if sortColumn == 'cdeagence' %} {% if sortColumn == 'cdeagence' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'adrville' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Ville'|trans({}, 'Admin') }} {% if sortColumn == 'adrville' %} {% if sortColumn == 'adrville' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% trans from "Admingenerator" %}list.header.actions{% endtrans %}
{% if (isSelect is not defined or isSelect!=1) and 'banque' in assocs|keys and Banquescentre.banque is not null %} {% set idfield = attribute(Banquescentre.banque,assocs['banque'].refid) %} {% endif %} {% block list_td_column_banque %}{{ Banquescentre.banque }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'banque' in assocs|keys and Banquescentre.banque is not null %} {% endif %} {% if (isSelect is not defined or isSelect!=1) and 'cdebanque' in assocs|keys and Banquescentre.cdebanque is not null %} {% set idfield = attribute(Banquescentre.cdebanque,assocs['cdebanque'].refid) %} {% endif %} {% block list_td_column_cdebanque %}{{ Banquescentre.cdebanque }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdebanque' in assocs|keys and Banquescentre.cdebanque is not null %} {% endif %} {% if (isSelect is not defined or isSelect!=1) and 'cdeagence' in assocs|keys and Banquescentre.cdeagence is not null %} {% set idfield = attribute(Banquescentre.cdeagence,assocs['cdeagence'].refid) %} {% endif %} {% block list_td_column_cdeagence %}{{ Banquescentre.cdeagence }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdeagence' in assocs|keys and Banquescentre.cdeagence is not null %} {% endif %} {% if (isSelect is not defined or isSelect!=1) and 'adrville' in assocs|keys and Banquescentre.adrville is not null %} {% set idfield = attribute(Banquescentre.adrville,assocs['adrville'].refid) %} {% endif %} {% block list_td_column_adrville %}{{ Banquescentre.adrville }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'adrville' in assocs|keys and Banquescentre.adrville is not null %} {% endif %}
{% trans from "Admingenerator" %}list.no.results{% endtrans %}
{% if Banquescentres|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_actions %} {% if isMulti is not defined or isMulti!=1 %} {% trans from "Admingenerator" %}action.generic.new{% endtrans %} {% 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 %} {% endif %} {% endblock %}
{% endblock %}