{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block title %} {{ parent() }}{% trans from "Admin" %}Liste des paramètres{% endtrans %} {% endblock %} {% block body %}{{ block('actionsmenu') }}
| {% 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 == 'comptecs' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Numéro de compte CS'|trans({}, 'Admin') }} {% if sortColumn == 'comptecs' %} {% if sortColumn == 'comptecs' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'comptedi' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Numéro de compte DI'|trans({}, 'Admin') }} {% if sortColumn == 'comptedi' %} {% if sortColumn == 'comptedi' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if isSelect is not defined or isSelect!=1 %}{% trans from "Admingenerator" %}list.header.actions{% endtrans %} | {% endif %}
|---|---|---|---|---|
| {% endif %} | {% if (isSelect is not defined or isSelect!=1) and 'montant' in assocs|keys and Di.montant is not null %} {% set idfield = attribute(Di.montant,assocs['montant'].refid) %} {% endif %} {% block list_td_column_montant %}{{ Di.montant }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'montant' in assocs|keys and Di.montant is not null %} {% endif %} | {% if (isSelect is not defined or isSelect!=1) and 'comptecs' in assocs|keys and Di.comptecs is not null %} {% set idfield = attribute(Di.comptecs,assocs['comptecs'].refid) %} {% endif %} {% block list_td_column_comptecs %}{{ Di.comptecs }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'comptecs' in assocs|keys and Di.comptecs is not null %} {% endif %} | {% if (isSelect is not defined or isSelect!=1) and 'comptedi' in assocs|keys and Di.comptedi is not null %} {% set idfield = attribute(Di.comptedi,assocs['comptedi'].refid) %} {% endif %} {% block list_td_column_comptedi %}{{ Di.comptedi }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'comptedi' in assocs|keys and Di.comptedi is not null %} {% endif %} | {% endblock %} {% block list_object_actions %} {% if isSelect is not defined or isSelect!=1 %}{% endif %} {% endblock %} |
| {% trans from "Admingenerator" %}list.no.results{% endtrans %} | ||||