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

Accompte index

{% for accompte in accomptes %} {% else %} {% endfor %}
Id Prix Date Payer actions
{{ accompte.id }} {{ accompte.prix }} {{ accompte.date ? accompte.date|date('Y-m-d') : '' }} {{ accompte.payer ? 'Yes' : 'No' }} show edit
no records found
Create new {% endblock %}