{% extends 'base.html.twig' %} {% block title %}Mes locations {{ parent() }}{% endblock %} {% block body %}
Début : {{ rental.startDate|date('d/m/Y') }}
Fin : {{ rental.endDate|date('d/m/Y') }}
Produit : {{ rental.product.name }}
Aucune {{ filter.label|lower }} trouvée.
{% endif %}