{% extends 'main/base.html' %} {% block title %}Task - Movie Ticket Ordering{% endblock %} {% block top_icon %} ☰ Description {% endblock %} {% block content %}
{% include 'main/_subheader.html' with title="Task" back="/dashboard/" %} {% if progress.welcome_bonus_active %} {#
#} {# 🎁 €{{ progress.welcome_bonus_amount }} welcome bonus active. Use it for your free {{ progress.training_total }}-ticket training round. The bonus expires when training ends, but the commission you earn is yours to keep β€” withdrawable before you join the 3-set game.#} {#
#} {% endif %}
Movie poster

Loading movies...

{# #}
πŸ’Ό Wallet πŸ“‹ Orders
{% if progress.in_training %}
πŸŽ“ Training Round {{ progress.training_done }} / {{ progress.training_total }}

Free practice with your bonus Β· {{ progress.training_total }} tickets to finish training

{% else %}
Set {{ progress.current_set }} / {{ progress.required_sets }} {{ progress.in_set }} / {{ progress.tickets_per_set }} this set

{% if progress.can_withdraw %} βœ“ All {{ progress.required_tickets }} done β€” commission unlocked {% else %} {{ progress.completed_capped }} / {{ progress.required_tickets }} rated Β· {{ progress.remaining }} more to unlock withdrawal {% endif %}

{% endif %}
50K+

Online booking 50000+

Fun, easy & free food and drinks at your fingertips

Enjoy the sight of the movie.

{% include 'main/_bottomnav.html' with active='task' %}
{% endblock %}