{% extends 'base.html.twig' %} {% block title %}{{parent()}}: Liste des modules{% endblock %} {% block body %} {% include 'breadcrumb.html.twig' %}

Liste des modules

{% for entite_i in entite %} {% endfor %}
id Libelle Langue Date de création
{{ entite_i.id }} {{ entite_i.libelle }} {{ entite_i.langue.libelle }} {% if entite_i.datecreation is not null %} {{ entite_i.datecreation|date('d/m/Y à H:i') }} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}