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

GROUPES

Ajouter

Liste des Groupes
{% for group in groups %} {% endfor %}
Action Nom
{% if group.id >=0 %} {% endif %} {{group.name}}
{% 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 %}