{% extends 'page.html.twig' %} {% block title %}Format de résultat{% endblock %} {% block page %}

Format de résultat

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