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

InformationFinanciere index

{% for information_financiere in information_financieres %} {% else %} {% endfor %}
Id Volume ChiffreAffaire DateInfo CreatedAt UpdatedAt DeletedAt actions
{{ information_financiere.id }} {{ information_financiere.volume }} {{ information_financiere.chiffreAffaire }} {{ information_financiere.dateInfo ? information_financiere.dateInfo|date('Y-m-d H:i:s') : '' }} {{ information_financiere.createdAt ? information_financiere.createdAt|date('Y-m-d H:i:s') : '' }} {{ information_financiere.updatedAt ? information_financiere.updatedAt|date('Y-m-d H:i:s') : '' }} {{ information_financiere.deletedAt ? information_financiere.deletedAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}