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

Tables

DataTables is a third party plugin that is used to generate the demo table below. For more information about DataTables, please visit the official DataTables documentation.

DataTables Example
{% for veh in veiculos %} {% endfor %}
Id Marca Modelo / Ano () Matricula
{{ veh.id }} {{ veh.marca }} {{ veh.modelo }} {{ veh.matricula }}
{% endblock %} {% block script %} {% endblock %}