{% extends "base.html" %} {% block content %}
{% if VIP %} {% if VIP['vip'] == 'OK' %} {% else %}

VIP STATUS: {{VIP['vip']}}

{% endif %} {% endif %}

{% if SEARCHED %}
{% for i in SEARCHED %}
{{SEARCHED[i][0]}}
{{SEARCHED[i][1]}}
Download
{% endfor %}
{% endif %}
{% if DOWNLOADING %} {% for i in DOWNLOADING %} {% endfor %} {% endif %}
Downloading:
{{i}} {{DOWNLOADING[i][0] }} Stop
{% if DOWNLOADED %} {% endfor %} {% endif %}
Downloaded: {% for i in DOWNLOADED %}
{{i}} Delete
{% endblock %}