{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block title %} {{ parent() }}{% trans from "Admin" %}Liste des prises en charges{% endtrans %} {% endblock %} {% block body %}{{ block('actionsmenu') }}
{% block list_scopes %} {% endblock %} {% block list_nbresults %}
{% set count = Prisess.nbResults %} {% set start = ( Prisess.currentPage - 1 ) * Prisess.maxPerPage + 1 %} {% set end = start + Prisess.maxPerPage - 1 %} {% set end = end > count ? count : end %} {% if Prisess.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 Prisess|length > 0 %} {% for Prises in Prisess %} {% 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 == 'idStagiaires' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Stagiaire'|trans({}, 'Admin') }} {% if sortColumn == 'idStagiaires' %} {% if sortColumn == 'idStagiaires' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'montant' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Montant'|trans({}, 'Admin') }} {% if sortColumn == 'montant' %} {% if sortColumn == 'montant' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'idMoyen' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Moyen de paiement'|trans({}, 'Admin') }} {% if sortColumn == 'idMoyen' %} {% if sortColumn == 'idMoyen' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'reference' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Référence IFOCOP'|trans({}, 'Admin') }} {% if sortColumn == 'reference' %} {% if sortColumn == 'reference' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'idGroupes' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Groupes'|trans({}, 'Admin') }} {% if sortColumn == 'idGroupes' %} {% if sortColumn == 'idGroupes' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'idOrganismes' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Nom de l\'organisme'|trans({}, 'Admin') }} {% if sortColumn == 'idOrganismes' %} {% if sortColumn == 'idOrganismes' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% trans from "Admingenerator" %}list.header.actions{% endtrans %}
{% if (isSelect is not defined or isSelect!=1) and 'idStagiaires' in assocs|keys and Prises.idStagiaires is not null %} {% set idfield = attribute(Prises.idStagiaires,assocs['idStagiaires'].refid) %} {% endif %} {% block list_td_column_idStagiaires %}{{ Prises.idStagiaires }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idStagiaires' in assocs|keys and Prises.idStagiaires is not null %} {% endif %} {% if (isSelect is not defined or isSelect!=1) and 'montant' in assocs|keys and Prises.montant is not null %} {% set idfield = attribute(Prises.montant,assocs['montant'].refid) %} {% endif %} {% block list_td_column_montant %}{{ Prises.montant }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'montant' in assocs|keys and Prises.montant is not null %} {% endif %} {% if (isSelect is not defined or isSelect!=1) and 'idMoyen' in assocs|keys and Prises.idMoyen is not null %} {% set idfield = attribute(Prises.idMoyen,assocs['idMoyen'].refid) %} {% endif %} {% block list_td_column_idMoyen %}{{ Prises.idMoyen }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idMoyen' in assocs|keys and Prises.idMoyen is not null %} {% endif %} {% if (isSelect is not defined or isSelect!=1) and 'reference' in assocs|keys and Prises.reference is not null %} {% set idfield = attribute(Prises.reference,assocs['reference'].refid) %} {% endif %} {% block list_td_column_reference %}{{ Prises.reference }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'reference' in assocs|keys and Prises.reference is not null %} {% endif %} {% if (isSelect is not defined or isSelect!=1) and 'idGroupes' in assocs|keys and Prises.idGroupes is not null %} {% set idfield = attribute(Prises.idGroupes,assocs['idGroupes'].refid) %} {% endif %} {% block list_td_column_idGroupes %}{{ Prises.idGroupes }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idGroupes' in assocs|keys and Prises.idGroupes is not null %} {% endif %} {% if (isSelect is not defined or isSelect!=1) and 'idOrganismes' in assocs|keys and Prises.idOrganismes is not null %} {% set idfield = attribute(Prises.idOrganismes,assocs['idOrganismes'].refid) %} {% endif %} {% block list_td_column_idOrganismes %}{{ Prises.idOrganismes }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idOrganismes' in assocs|keys and Prises.idOrganismes is not null %} {% endif %} {% if is_expr_granted('hasRole("ROLE_ADMIN") or hasRole("ROLE_COMPTABILITE")', Prises) %} {% endif %}
{% trans from "Admingenerator" %}list.no.results{% endtrans %}
{% if Prisess|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 %} {% if is_expr_granted('hasRole("ROLE_ADMIN") or hasRole("ROLE_COMPTABILITE") or hasRole("ROLE_CENTRE")') %} {% trans from "Admingenerator" %}Nouveau{% endtrans %} {% endif %} {% 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 %}