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

Acompte index

{% for acompte in acomptes %} {% else %} {% endfor %}
Id Montant DateAcompte Valide actions
{{ acompte.id }} {{ acompte.montant }} {{ acompte.dateAcompte ? acompte.dateAcompte|date('Y-m-d') : '' }} {{ acompte.valide ? 'Yes' : 'No' }} show edit
no records found
Create new {% endblock %}