{% extends 'base.html.twig' %} {% block title %}Caro index{% endblock %} {% block body %}
Id | Modele | IsArchived | Price | Available | Name | imageFile | actions | actions |
---|---|---|---|---|---|---|---|---|
{{ caro.id }} | {{ caro.carType.name }} | {{ caro.isArchived ? 'Yes' : 'No' }} | {{ caro.price }} | {{ caro.available ? 'Yes' : 'No' }} | {{ caro.renter.name }} | show edit | edit | |
no records found |