{% extends 'main/base.html' %} {% load i18n %} {% block title %}{% trans "Help Center" %} - ODEON{% endblock %} {% block top_icon %} 👤 {% endblock %} {% block content %}
{% include 'main/_subheader.html' with title=_("Help Center") back="/personal/" %}
{% trans "How do I complete a daily task?" %}

{% trans "Open the Task page and complete the movie orders assigned by the system. A daily task consists of 3 sets totalling 36 orders." %}

{% trans "When can I withdraw my earnings?" %}

{% trans "You can request a withdrawal once your daily tasks are complete (once per day). Withdrawals under €20,000 incur no fees." %}

{% trans "How do I deposit funds?" %}

{% trans "Go to the Wallet or Personal Center, tap Deposit, choose a method (ETH, BTC, USDT) and enter the amount." %}

{% trans "I forgot my password. What should I do?" %}

{% trans "Contact Customer Service during operating hours to verify your identity and reset your login password." %}

{% endblock %}