{% extends 'layouts/app.html.twig' %} {% block title %}Nouvelle vente - Rsaff{% endblock %} {% block app_content %}
{# Header #}

Nouvelle vente

Stand actuel
{# Valeur réellement envoyée à Symfony #} {# Affichage du montant #}
Montant
0,00 €AAA
{# Pavé numérique #}
{% for number in 1..9 %} {% endfor %}
{# Détails facultatifs #}
{# Paiement #}
{# Stand #}
{# Note #}
{# Validation #}
{% endblock %}