{% extends 'tournaments/base.html' %} {% block head_title %} Paiement {% endblock %} {% block first_title %} Padel Club {% endblock %} {% block second_title %} Paiement {% endblock %} {% block content %} {% load static %} {% load tz %}
{% if payment_status == 'success' %}

Votre inscription a été confirmée. Un email de confirmation vous a été envoyé.

{% if show_details and tournament %}

Tournoi : {{ tournament.display_name }}

{% endif %} {% elif payment_status == 'cancel' %}

Votre paiement a été annulé. Aucun montant n'a été prélevé.

{% else %}

Votre paiement est en cours de traitement. Vous recevrez un email de confirmation sous peu.

{% endif %}

Vous pouvez maintenant fermer cette page.

{% endblock %}