{% extends 'Application/' ~ settings.get("theme") ~'/base.html.twig' %} {% block title %}{{item.name}} - {{'Boutique'|trans}}{% endblock %} {% block body %}
{{item.name}}
{{'Solde après achat'|trans}} : {{app.user.points - item.price }} {{"points"|trans}}
{{item.description|raw}}