{% extends 'base.html.twig' %} {% block title %}FormeJuridique index{% endblock %} {% block body %}
| Id | Nom | Code | CreatedAt | UpdatedAt | DeletedAt | actions |
|---|---|---|---|---|---|---|
| {{ forme_juridique.id }} | {{ forme_juridique.nom }} | {{ forme_juridique.code }} | {{ forme_juridique.createdAt ? forme_juridique.createdAt|date('Y-m-d H:i:s') : '' }} | {{ forme_juridique.updatedAt ? forme_juridique.updatedAt|date('Y-m-d H:i:s') : '' }} | {{ forme_juridique.deletedAt ? forme_juridique.deletedAt|date('Y-m-d H:i:s') : '' }} | show edit |
| no records found | ||||||