{% extends 'guichet/event_base.html' %} {% load modal_tags %} {% load bootstrap3 %} {% block adminlistunpaidregistrationstab %} class="active"{% endblock %} {% block eventcontent %}

Réservations non payées
{{ count }} ({{ count_doc_expected_only }})

{% bootstrap_form filters.form %} {% buttons %}

Réinitialiser

{% endbuttons %}
{% if registrations %}
{% for reg in registrations %} {% if reg.payee %} {% else %} {% endif %} {% endfor %}
# Client Bénéficiaire Billet Montant à régler Date de préréservation
{{ reg.id }} {% if not reg.owner.is_anonyme %} {{ reg.owner.get_full_name }} {% else %} {{ reg.owner.get_full_name }} {% endif %} {{ reg.payee }}lui ou elle même{{ reg.ticket.name }} {{ reg.get_real_amount }} {{ reg.purchase_date|date:'d b o à H:i' }} Info {% if request.managers_access >= manager_acl.EVENT_MANAGER %} {% if reg.info_state != reg.STATE_CANNOT_PAID and reg.ticket.is_remain %} {% for method in methods %} {{ method.1 }} {% endfor %} Autre {% endif %} {% endif %}
{% else %}
Pas de réservation impayée.
{% endif %}
{% if registrations %}
{% bootstrap_pagination registrations extra=request.GET.urlencode %}
{% endif %} {% confirm_modal_form %} {% endblock %} {% block js_foot %} {{ block.super }} {% confirm_modal_js %} {% endblock %}