{% extends 'renter/index.html.twig' %} {% block sidebard %}
# | Modèle | Caractéristiques | {#Name | #}Prix/Jour | Dispo | action | Depart | |
---|---|---|---|---|---|---|---|---|
#{{ c.getCars.id }} | {{ c.getCars.carType.name }} | {#{{ c.getCars.renter.name }} | #}
|
{{ c.getCars.Price }} € | {% if c.isRented %} Louée {% else %} {% if c.getCars.available %} Dispo {% else %} Non dispo {% endif %} {% endif %} | {% if c.isRented %}En location | {% else %}Modifier | {% endif %}depart: {{ c.getCars.departement }} |