{% extends 'main/base.html' %} {% load i18n %} {% block title %}{% trans "Level" %} - ODEON{% endblock %} {% block top_icon %} 👤 {% endblock %} {% block content %}
{% include 'main/_subheader.html' with title=_("LEVEL") back="/personal/" %}
{{ current_level.icon }} {{ current_level.name }}
{% trans "Current Level" %}
{% trans "Total deposits" %}: {{ total_deposits }}
{% if next_level %}
{% trans "Deposit to reach" %} {{ next_level.code }}: €{{ next_level.min_deposit }}
{% else %}
{% trans "You have reached the highest level." %}
{% endif %}
🏅
100
{% trans "Creditbility" %}

{% trans "Introduce" %}

{% trans "What is VIP Level?" %}

The VIP level allows all members to gain more experience completing tasks and earn higher commissions. There are three type of VIP level : VIP, VVIP and SVIP. Each level affects the commission rate. Start with VIP, which has the lowest commission rate, and follow VVIP and then SVIP. SVIP has the highest commission rate and is the top level of all levels. Each account VIP level is automatically upgraded by the system when a certain deposit amount and account balance are reached. Each account starts as a VIP and is upgraded accordingly when a certain deposit amount and account balance are reached.

{% trans "Reputation score description" %}

{% trans "What is Reputation Score?" %}

Every account has a reputation score system. The reputation score is determined by the performance of each member. Completing daily tasks keeps the reputation score high, but if tasks are not completed, it will affect the score. When the reputation score is below 80%, the system will disable withdrawal. To solve this problem, the member needs to complete tasks or make a deposit to increase the reputation score.

{% endblock %}