{% extends 'base.html.twig' %} {% block title %}CarType index{% endblock %} {% block body %}
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 |