{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block title %} {{ parent() }}{% trans from "Admin" %}List for IfocopBundle{% endtrans %} {% endblock %} {% block body %}{{ block('actionsmenu') }}
| {% endif %} | {% if sortColumn == 'id' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'id' %} {% if sortColumn == 'id' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lib' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Nom du règlement'|trans({}, 'Admin') }} {% if sortColumn == 'lib' %} {% if sortColumn == 'lib' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'droit' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Droit'|trans({}, 'Admin') }} {% if sortColumn == 'droit' %} {% if sortColumn == 'droit' 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 'id' in assocs|keys and Modalite.id is not null %} {% set idfield = attribute(Modalite.id,assocs['id'].refid) %} {% endif %} {% block list_td_column_id %}{{ Modalite.id }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'id' in assocs|keys and Modalite.id is not null %} {% endif %} | {% if (isSelect is not defined or isSelect!=1) and 'lib' in assocs|keys and Modalite.lib is not null %} {% set idfield = attribute(Modalite.lib,assocs['lib'].refid) %} {% endif %} {% block list_td_column_lib %}{{ Modalite.lib }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lib' in assocs|keys and Modalite.lib is not null %} {% endif %} | {% if (isSelect is not defined or isSelect!=1) and 'droit' in assocs|keys and Modalite.droit is not null %} {% set idfield = attribute(Modalite.droit,assocs['droit'].refid) %} {% endif %} {% block list_td_column_droit %}{{ Modalite.droit }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'droit' in assocs|keys and Modalite.droit 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 %} | ||||