{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block title %} {{ parent() }}{% trans from "Admin" %}Listes des organismes{% endtrans %} {% endblock %} {% block body %}{{ block('actionsmenu') }}
| {% endif %} | {% if sortColumn == 'lib' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Nom de l\'organisme'|trans({}, 'Admin') }} {% if sortColumn == 'lib' %} {% if sortColumn == 'lib' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'adrcp' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Code Postal'|trans({}, 'Admin') }} {% if sortColumn == 'adrcp' %} {% if sortColumn == 'adrcp' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if is_expr_granted('hasRole("ROLE_ADMIN") or hasRole("ROLE_COMPTABILITE")') %}{% if sortColumn == 'activated' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Activation'|trans({}, 'Admin') }} {% if sortColumn == 'activated' %} {% if sortColumn == 'activated' and sortOrder == 'ASC' %} {% else %} {% endif %} {% 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 'lib' in assocs|keys and Organismes.lib is not null %} {% set idfield = attribute(Organismes.lib,assocs['lib'].refid) %} {% endif %} {% block list_td_column_lib %}{{ Organismes.lib }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lib' in assocs|keys and Organismes.lib is not null %} {% endif %} | {% if (isSelect is not defined or isSelect!=1) and 'adrcp' in assocs|keys and Organismes.adrcp is not null %} {% set idfield = attribute(Organismes.adrcp,assocs['adrcp'].refid) %} {% endif %} {% block list_td_column_adrcp %}{{ Organismes.adrcp }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'adrcp' in assocs|keys and Organismes.adrcp is not null %} {% endif %} | {% if is_expr_granted('hasRole("ROLE_ADMIN") or hasRole("ROLE_COMPTABILITE")') %}{% if (isSelect is not defined or isSelect!=1) and 'activated' in assocs|keys and Organismes.activated is not null %} {% set idfield = attribute(Organismes.activated,assocs['activated'].refid) %} {% endif %} {% block list_td_column_activated %} {% if Organismes.activated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'activated' in assocs|keys and Organismes.activated is not null %} {% endif %} | {% endif %} {% endblock %} {% block list_object_actions %} {% if isSelect is not defined or isSelect!=1 %}{% if is_expr_granted('hasRole("ROLE_ADMIN") or hasRole("ROLE_COMPTABILITE")', Organismes) %} {% endif %} | {% endif %} {% endblock %}
| {% trans from "Admingenerator" %}list.no.results{% endtrans %} | ||||