{% include 'header.html.twig' %}
Bienvenue sur l'édition d'utilisateur, {{ app.user.firstname }} {{ app.user.lastname }}.
Voici les informations concernant l'utilisateur {{ EUSER.username }} :
{{ form_row(form.gender) }} | |
{{ form_row(form.lastname, {'attr': {'placeholder': 'Votre nom de famille'}} ) }} | |
{{ form_row(form.firstname, {'attr': {'placeholder': 'Votre prénom'}} ) }} | |
{{ form_row(form.email, {'attr': {'placeholder': 'adresse@domaine.com'}} ) }} | |
{{ form_row(form.phone, {'attr': {'placeholder': '0123456789'}} ) }} | |
{{ form_row(form.isEnabled) }} | |
Voici les livres de {{ EUSER.username }} :
{% if k.bookname != NULL %}{{ k.bookname| length > 20 ? k.bookname | slice(0,20) ~ '...' : k.bookname }}{% else %}~SANS NOM~{% endif %} ISBN |
{% set AB = AB + 1 %}
{% if AB == 4 %}