{% extends 'base.html' %} {% load bootstrap3 %} {% load modal_tags %} {% load email_obfuscator %} {% load get_item %} {% block registrationtab %} active{% endblock %} {% block registrationwarntab %} active{% endblock %} {% block content %}

Résumé de votre place {% if not registration.paid %} Annuler ou choisir une autre place {% endif %}

Évènement : {{ event.name }}

Date : du {{ event.start_date|date:'d b o H:i' }} au {{ event.end_date|date:'d b o H:i' }}

Billet : {{ ticket.name }}

{% if ticket.long_notes %}

Remarques : {{ ticket.long_notes }}

{% elif ticket.short_notes %}

Remarques : {{ ticket.short_notes }}

{% endif %}

Bénéficiaire : {{ registration.get_real_payee }}

{% if ticket.year_choice %}

Catégorie : {{ category }}

{% endif %}

Prix billet : {{ ticket.price }} {% if registration.options.all %}

Options :

Prix total : {{ registration.get_real_amount }} €

{% endif %} {% if registration.paid %} {% if registration.opposed %}

Statut : En opposition

{% if registration.reason_opposed == Registration.OPPOSED_BY_PAYPAL %} Votre place est en opposition suite à un problème lors du paiement par paypal. {% else %} Votre place est actuellement en opposition. {% endif %} Nous vous invitons à vous rapprocher de l'équipe organisatrice pour avoir plus de détails {% else %} {% if registration.info_state == registration.STATE_CAN_ENTER %}

Statut : Payé

{% if registration.ticket.design %} {% for f in dl_formats %}

Télécharger en {{ f }}

{% endfor %}

Renvoyer le billet par email

{% endif %} {% else %}

Statut : Payé, en attente d'informations.

{% endif %} {% endif %} {% else %}{% comment %}Reservartion non payé{% endcomment %} {% if registration.info_state != registration.STATE_CANNOT_PAID %} {% if registration.lydia_request_uuid %}

Statut : {{ lydia_status }}

Actualiser le statut
{% else %}

Statut : En attente de paiement.

{% endif %} {% if ticket.is_remain and ticket.still_available and ticket.online_payment %} {% if not event.paypal_account.no_account %}

Attention ! Le paiement par PayPal peut prendre du temps (jusqu’à quelques heures dans le pire des cas). Si vous avez reçu un e-mail de confirmation de PayPal, votre paiement sera très certainement validé sous peu, inutile de payer une nouvelle fois.

{% endif %} Procéder au paiement en ligne : {% if paypal_form %}

En cliquant sur le bouton ci dessous, vous acceptez de transmettre à Paypal les informations nécessaires au paiement de votre place.

{{ paypal_form.render }} {% endif %} {% if not event.lydia_account.no_account %} {% if registration.lydia_request_uuid %}

Une demande de paiement vous a été envoyé, si vous ne l'avez pas reçu, cliquez sur le bouton ci-dessous.

{% endif %} {% if registration.lydia_request_uuid %} Renouveler le paiement avec Lydia {% else %} Payer avec Lydia {% endif %} {% endif %}

Autre moyen de paiement :
{% if event.other_payment_description %} {{ event.other_payment_description }} {% else %} Aucun autre moyen de paiement que PayPal n'a été proposé pour cet évènement. {% endif %}

{% elif not ticket.is_remain or not ticket.still_available %}

Ce billet n’est plus disponible à la vente.

{% else %} {% if not event.paypal_account.no_account and not ticket.online_payment %}

Ce billet ne peut être payé en ligne. Merci de vous rapprocher de l’équipe organisatrice de l’évènement pour procéder au réglement.

{% endif %}

Moyen de paiement :
{% if event.other_payment_description %} {{ event.other_payment_description }} {% else %} Aucun autre moyen de paiement que PayPal n'a été proposé pour cet évènement. {% endif %}

{% endif %} {% else %}

Statut : Non payé, en attente d'informations.

Les informations suivantes doivent être fournies et validées avant le paiement :

{% endif %}

Attention ! Ceci ne constitue pas une réservation, votre place ne sera réservée qu’une fois votre paiement perçu.

{% endif %} {# Gestion des informations supplémentaires #} {% if info_associated_form %}

Informations supplémentaires

{% csrf_token %}
    {% for info, form in info_associated_form %}
  • {{ info.reference.name }} {% if info.reference.description %} {% endif %} {% if info.state == info.STATE_ACCEPTED %} (Accepté) {% elif info.state == info.STATE_PENDING %} (En attente de validation) {% elif info.state == info.STATE_REJECTED %} (Rejeté) {% else %} (Manquante) {% endif %} {% for field in form %} {% bootstrap_field field show_label=False %} {% endfor %}
  • {% endfor %}
{% if active_info_form %} {% buttons %}
{% endbuttons %} {% endif %}
{% endif %} Contacter l'organisateur pour se faire aider
{% confirm_modal_form %} {% endblock %} {% block js_foot %} {{ block.super }} {% confirm_modal_js %} {% endblock %}