{% if VIP %}
VIP STATUS:
{{VIP['vip']}}
{% endif %}
{% if DOWNLOADING %}
Downloading:
{% for i in DOWNLOADING %}
- {{i}} - {{DOWNLOADING[i][0] }} Stop
{% endfor %}
{% endif %}
{% if DOWNLOADED %}
Downloaded:
{% for i in DOWNLOADED %}
-
{{i}} Delete
{% endfor %}
{% endif %}
Logout