{% extends 'base.html.twig' %} {% block title %}Taxe index{% endblock %} {% block body %}
| Id | Montant | BanqueDebuter | DateTaxe | Observation | Code | CreatedAt | UpdatedAt | DeletedAt | actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ taxe.id }} | {{ taxe.montant }} | {{ taxe.banqueDebuter }} | {{ taxe.dateTaxe ? taxe.dateTaxe|date('Y-m-d') : '' }} | {{ taxe.observation }} | {{ taxe.code }} | {{ taxe.createdAt ? taxe.createdAt|date('Y-m-d H:i:s') : '' }} | {{ taxe.updatedAt ? taxe.updatedAt|date('Y-m-d H:i:s') : '' }} | {{ taxe.deletedAt ? taxe.deletedAt|date('Y-m-d H:i:s') : '' }} | show edit |
| no records found | |||||||||