| Id | Nom de l'Utilisateur | Mot de passe | Action | |
|---|---|---|---|---|
| {{ oneuser.id }} | {{ oneuser.username }} | ******* | ||
| {{ form_row(form_registration.username, {label: false, attr: {placeholder: 'Utilisateur'} }) }} | {{ form_row(form_registration.password, {label: false, attr: {placeholder: 'Mot de passe'} }) }} | {{ form_row(form_registration.confirm_password, {label: false, attr: {placeholder: 'Confirmation MDP'} }) }} | {{ form_end(form_registration) }} |