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

{% block subtitle %}pyLoad - {{_("Webinterface")}}{% endblock %}

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

{{message}}

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