{% extends 'main/base.html' %} {% block title %}Wallet - Movie Ticket Ordering{% endblock %} {% block content %}
{% include 'main/_subheader.html' with title="Wallet" back="/personal/" %}

Trial Bonus: {% if welcome_bonus_active %}{{ welcome_bonus }}{% else %}€0.00{% endif %}

Balance

{{ balance }}

Tickets

{{ ticketing_count }} / {{ tickets_per_set }}

This set

Earnings

{{ earnings }}

Processing

{{ processing }}

{{ processing_count }} ticket{{ processing_count|pluralize }} pending

Ticket Wallet {{ ticketing_count }} / {{ tickets_per_set }}

{% if progress.withdraw_locked %} Withdrawal locked: {{ progress.withdraw_lock_reason }} {% elif progress.can_withdraw %} Withdrawal unlocked. {% elif tickets_set_remaining == 0 %} This set is complete. {% else %} {{ tickets_set_remaining }} more ticket{{ tickets_set_remaining|pluralize }} to complete this set. {% endif %}

Recent History

Movie Ticket Order

2025-06-08 14:40:03

+€2.31

Withdrawal Request

2025-06-07 10:15:30

-€50.00

Commission Bonus

2025-06-06 16:22:45

+€5.00

{% endblock %}