{% block head %} {% endblock %}
{% block headpanel %} {% if user.is_authenticated %} {% if update %} {{_("pyLoad Update available!")}} {% endif %} {% if plugins %} {{_("Plugins updated, please restart!")}} {% endif %} Captcha: {{_("Captcha waiting")}} User:{{user.name}} {% else %} {{_("Please Login!")}} {% endif %} {% endblock %}
{% if perms.STATUS %} {% endif %} {% if perms.LIST %} {% endif %} {% block pageactions %} {% endblock %}

{% block subtitle %}pyLoad{% endblock %}

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

{{message}}

{% endfor %}
{{_("loading")}}
{% block content %} {% endblock content %}
{% include 'window.html' %} {% include 'captcha.html' %}