{% extends "base.html.twig" %} {% block body %}

GROUPES

Ajouter

Liste des Groupes
{% for group in groups %} {% endfor %}
Action Nom Source
{% if not group.ldapfilter and not group.idexternal %} {% endif %} {{group.name}} {% if group.ldapfilter %} LDAP {% elseif group.idexternal %} Ninegate {% else %} Interne {% endif %}
{% endblock %} {% block localjavascript %} $(document).ready(function() { $('#dataTables').DataTable({ columnDefs: [ { "targets": "no-sort", "orderable": false }, { "targets": "no-string", "type" : "num" } ], responsive: true, iDisplayLength: 100, order: [[ 1, "asc" ]] }); }); {% endblock %}