{% extends 'base.html.twig' %} {% block title %}checkout{% endblock %} {% block body %}

{{ prestation.user.profil.parentChambre.value }} - {{ prestation.user.profil.chambre.numero }}

{{ prestation.user.profil.chambre.studioType.value }}

{{ prestation.date|format_datetime('full', 'short', locale: app.session.get('_locale')) }}

{% endblock %}