{% extends 'basecaro.html.twig' %} {% block title %}CarType index{% endblock %} {% block body %}

Liste des Types de Hangars

{# #} {# #} {% for car_type in car_types %} {# #} {# #} {% else %} {% endfor %}
IdNameUpdatedAtImage Modele Image actions
{{ car_type.id }}{{ car_type.name }}{{ car_type.updatedAt ? car_type.updatedAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}