{% extends 'base.html.twig' %} {% block title %} Page personnelle {% endblock %} {% block body %} {% include '/frag/menuburger.frag.html.twig' %} {% include '/frag/navbar.frag.html.twig' %}

Bienvenue {{ app.user.userIdentifier }}

Vous êtes connecté sur votre compte client de la boutique PROXGAMING

Afficher vos commandes

{% endblock %}