{% if g.current_theme == 1 %}
{% endif %} {% block header %}{% endblock %}
{{_('Toggle navigation')}}
{{instance}}
{% if g.user.is_authenticated or g.allow_anonymous %}
{{_('Search')}}
{{_('Go!')}}
{% endif %}
{% if g.user.is_authenticated or g.allow_anonymous %}
{{_('Advanced Search')}}
{% endif %}
{% if g.user.is_authenticated or g.allow_anonymous %} {% if g.user.role_upload() or g.user.role_admin()%} {% if g.allow_upload %}
{{_('Upload')}}
{% endif %} {% endif %} {% if not g.user.is_anonymous %}
{{_('Tasks')}}
{% endif %} {% if g.user.role_admin() %}
{{_('Admin')}}
{% endif %}
{{g.user.nickname}}
{% if not g.user.is_anonymous %}
{{_('Logout')}}
{% endif %} {% endif %} {% if g.allow_registration and not g.user.is_authenticated %}
{{_('Login')}}
{{_('Register')}}
{% endif %}
{% for message in get_flashed_messages(with_categories=True) %} {%if message[0] == "error" %}
{{ message[1] }}
{%endif%} {%if message[0] == "info" %}
{{ message[1] }}
{%endif%} {%if message[0] == "success" %}
{{ message[1] }}
{%endif%} {% endfor %} {% if g.current_theme == 1 %}
{{_('Uploading...')}}
{{_("please don't refresh the page")}}
.
{%endif%}
{% if g.user.is_authenticated or g.allow_anonymous %}
{{_('Browse')}}
{% if g.user.check_visibility(1024) %} {%endif%} {% for element in sidebar %} {% if g.user.check_visibility(element['visibility']) and element['public'] %}
{{_(element['text'])}}
{% endif %} {% endfor %} {% if g.user.is_authenticated or g.allow_anonymous %}
{{_('Public Shelves')}}
{% for shelf in g.public_shelfes %}
{{shelf.name|shortentitle(40)}}
{% endfor %}
{{_('Your Shelves')}}
{% for shelf in g.user.shelf %}
{{shelf.name|shortentitle(40)}}
{% endfor %} {% if not g.user.is_anonymous %}
{{_('Create a Shelf')}}
{{_('About')}}
{% endif %} {% endif %}
{% endif %}
{% block body %}{% endblock %} {% if pagination and (pagination.has_next or pagination.has_prev) %}
{% if pagination.has_prev %}
« {{_('Previous')}}
{% endif %} {% for page in pagination.iter_pages() %} {% if page %} {% if page != pagination.page %}
{{ page }}
{% else %}
{{ page }}
{% endif %} {% else %}
…
{% endif %} {% endfor %} {% if pagination.has_next %}
{{_('Next')}} »
{% endif %}
{% endif %}
×
{{_('Book Details')}}
...
{% block modal %}{% endblock %} {% if g.current_theme == 1 %} {% endif %} {% block js %}{% endblock %}