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

LIENS

Ajouter

Liste des Liens
{% for link in links %} {% endfor %}
Action Ordre Nom URL
{% if link.id >=0 %} {% endif %} {{link.order}} {{link.name}} {{link.url}}
{% 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 %}