{% extends 'tournaments/base.html' %} {% block head_title %}La Boutique{% endblock %} {% block first_title %}Padel Club{% endblock %} {% block second_title %}La Boutique{% endblock %} {% block content %} {% if STRIPE_IS_TEST_MODE %}
⚠️ Test Mode: Stripe is currently in test mode. No real payments will be processed.
Use test card: 4242 4242 4242 4242 with any future date and any CVC.
{% endif %} {% include 'shop/partials/navigation_base.html' %}

Résumé de votre commande

{% include 'shop/partials/order_items_display.html' with items=display_data.items total_quantity=display_data.total_quantity total_price=display_data.total_price edit_mode=False %}
{% endblock %}