{% load i18n %} {% block title %}pyLoad {% trans "Webinterface" %}{% endblock %} {% block head %} {% endblock %}
{% if user.is_authenticated %} Captcha: {% trans "Captcha waiting" %} User:{{user.username}} {% else %} {% trans "Please Login!" %} {% endif %}
{% if perms.pyload.can_change_status %} {% endif %} {% if perms.pyload.can_see_dl %}
{% endif %}

{% block subtitle %}pyLoad - {% trans "Webinterface" %}{% endblock %}

{% block statusbar %} {% endblock %}
{% for message in messages %}

{{message}}

{% endfor %} {% block content %} {% endblock content %}
{% include "default/window.html" %} {% include "default/captcha.html" %}