{% extends 'basecar.html.twig' %} {% block title %}Caro index{% endblock %} {% block body %}

Caro index

{% for caro in caros %} {% else %} {% endfor %}
Id Features IsArchived Price Available UpdatedAt Image ImageFile actions
{{ caro.id }} {{ caro.features ? caro.features|json_encode : '' }} {{ caro.isArchived ? 'Yes' : 'No' }} {{ caro.price }} {{ caro.available ? 'Yes' : 'No' }} {{ caro.updatedAt ? caro.updatedAt|date('Y-m-d H:i:s') : '' }} {{ caro.image }} show edit
no records found
Create new {% endblock %}