{% block head %} {% endblock %}
{% block title %}pyLoad Webinterface{% endblock %}
{% if user.is_authenticated %}
{{user.username}}
Logout
{% if user.is_staff %}
Administrate
{% endif %}
{% else %}
Please Login!
{% endif %}
{% block menu %}
Home
Queue
Downloads
Logs
{% endblock %}
{% if perms.pyload.can_change_status %}
Play
Pause
{% endif %} {% if perms.pyload.can_see_dl %}
Speed:
485
kb/s
Aktiv:
1
/
4
Reload page
{% endif %}
pyLoad — Webinterface
{% for message in messages %}
{{message}}
{% endfor %} {% block content %} {% endblock content %}
© 2008-2010 the pyLoad Team
Back to top