{% extends 'page.html.twig' %} {% block title %}Format de résultat{% endblock %} {% block page %}
| 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') : '' }} |