{% block head %} {% endblock %} {% macro selected(name, right=False) -%} {% if name in url -%}class="{% if right -%}right {% endif %}selected"{%- endif %} {% if not name in url and right -%}class="right"{%- endif %} {%- endmacro %}
{% block headpanel %} {% if user.is_authenticated %} {% if update %} {{_('pyLoad Update available!')}} {% endif %} {% if plugins %} {{_('Plugins updated, please restart!')}} {% endif %} {% endif %} {% endblock %}
{#
#} {#

{% block subtitle %}{{_(' ')}}{% endblock %}

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

{{message}}

{% endfor %}
{% block content %} {% endblock content %}

{% block hidden %} {% endblock %}
{% block dialog %} {% endblock %} {% include theme('window.html') %} {% include theme('captcha.html') %} {% block footer %} {% endblock %}