{% extends "CadolesCoreBundle::base.html.twig" %} {% block pagewrapper %}

APPLICATIONS

Ajouter

Liste des Applications
{% for application in applications %} {% endfor %}
Action Application Paquet
{{application.name}} {{application.package}}
{% 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 %}