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

CarType index

{% for cartype in cartypes %} {% else %} {% endfor %}
Id Name UpdatedAt Image actions
{{ cartype.id }} {{ cartype.name }} {{ cartype.updatedAt ? cartype.updatedAt|date('Y-m-d H:i:s') : '' }} {{ cartype.image }} show edit
no records found
Create new {% endblock %}