{% extends 'base.html.twig' %} {% block title %}Vehicle index{% endblock %} {% block body %}

Vehicle index

{% for vehicle in vehicles %} {% else %} {% endfor %}
Id LicensePlate Brand actions
{{ vehicle.id }} {{ vehicle.LicensePlate }} {{ vehicle.Brand }} show edit
no records found
Create new {% endblock %}