{% extends 'page.html.twig' %} {% block title %}Typesvariables{% endblock %} {% block page %}

Typesvariables

Id {{ typesvariable.id }}
Libelle {{ typesvariable.libelle }}
Code {{ typesvariable.code }}
DateModification {{ typesvariable.dateModification ? typesvariable.dateModification|date('Y-m-d H:i:s') : '' }}
back to list edit {{ include('typesvariables/_delete_form.html.twig') }} {% endblock %}