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

TypeDocument index

{% for type_document in type_documents %} {% else %} {% endfor %}
Id Nom CreatedAt UpdatedAt DeletedAt actions
{{ type_document.id }} {{ type_document.nom }} {{ type_document.createdAt ? type_document.createdAt|date('Y-m-d H:i:s') : '' }} {{ type_document.updatedAt ? type_document.updatedAt|date('Y-m-d H:i:s') : '' }} {{ type_document.deletedAt ? type_document.deletedAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}