{% extends 'page.html.twig' %} {% block title %}Typesvariables{% endblock %} {% block page %}
| Id | {{ typesvariable.id }} |
|---|---|
| Libelle | {{ typesvariable.libelle }} |
| Code | {{ typesvariable.code }} |
| DateModification | {{ typesvariable.dateModification ? typesvariable.dateModification|date('Y-m-d H:i:s') : '' }} |