{% extends "default/datatable.html.twig" %} {% block ajout %} {% include 'consult/formulaire.html.twig' %} {% endblock %} {% block actionAll %} {% endblock %} {% block datatable %}
{{'Table.ID' | trans}} | {% for v in vars %}{{ v.variable.name }} | {% endfor %}
---|---|
{{ d.id }} | {% set col = 0 %} {% for v in vars %}{{ result[line][col]}} | {% set col = col + 1 %} {% endfor %}