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

Filiere index

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