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

EtatFinancier index

{% for etat_financier in etat_financiers %} {% else %} {% endfor %}
Id DateEtat Code FichierEtat CreatedAt UpdatedAt DeletedAt actions
{{ etat_financier.id }} {{ etat_financier.dateEtat ? etat_financier.dateEtat|date('Y-m-d') : '' }} {{ etat_financier.code }} {{ etat_financier.fichierEtat }} {{ etat_financier.createdAt ? etat_financier.createdAt|date('Y-m-d H:i:s') : '' }} {{ etat_financier.updatedAt ? etat_financier.updatedAt|date('Y-m-d H:i:s') : '' }} {{ etat_financier.deletedAt ? etat_financier.deletedAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}