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

CATEGORIES

Ajouter

Liste des Catégories
{% for category in categorys %} {% endfor %}
Action Utilisateur Ordre Nom
{% if category.id >=0 %} {% endif %} {{category.user.username}} {{category.order}} {{category.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 %}