{% extends 'admin.html.twig' %} {% block title %}Type index{% endblock %} {% block body %}

Liste des types de projet


{% for type in types %} {% else %} {% endfor %}
Nom Slug Statut Date de création actions
{{ type.name }} {{ type.slug }} {{ type.isActive ? 'Actif' : 'Non Actif' }} {{ type.createdAt ? type.createdAt|date('Y-m-d H:i:s') : '' }} voir Modifier
no records found
{% endblock %}