{% extends 'base.html.twig' %} {% block title %}{{ account.name }}{% endblock %} {% block body %}
Compte
{{ account.notes ?: 'Aucune note.' }}