{% if g.current_theme == 1 %}
{% endif %} {% block header %}{% endblock %}
{{_('Toggle navigation')}}
{{instance}}
{% if g.user.is_authenticated or g.user.is_anonymous %}
{{_('Search')}}
{{_('Go!')}}
{% endif %}
{% if g.user.is_authenticated or g.user.is_anonymous %}
{{_('Advanced Search')}}
{% endif %}
{% if g.user.is_authenticated or g.user.is_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.user.is_anonymous %}
{{_('Browse')}}
{% if g.user.show_recent() %}
{{_('Recently Added')}}
{%endif%} {% if g.user.show_sorted() %}
{{_('Sorted Books')}}
{{_('Sort By')}} {{_('Newest')}}
{{_('Sort By')}} {{_('Oldest')}}
{{_('Sort By')}} {{_('Title')}} ({{_('Ascending')}})
{{_('Sort By')}} {{_('Title')}} ({{_('Descending')}})
{%endif%} {% if g.user.show_hot_books() %}
{{_('Hot Books')}}
{%endif%} {% if g.user.show_best_rated_books() %}
{{_('Best rated Books')}}
{%endif%} {% if g.user.show_read_and_unread() %} {% if not g.user.is_anonymous %}
{{_('Read Books')}}
{%endif%}
{{_('Unread Books')}}
{%endif%} {% if g.user.show_random_books() %}
{{_('Discover')}}
{%endif%} {% if g.user.show_category() %}
{{_('Categories')}}
{%endif%} {% if g.user.show_series() %}
{{_('Series')}}
{%endif%} {% if g.user.show_author() %}
{{_('Authors')}}
{%endif%} {% if g.user.show_publisher() %}
{{_('Publishers')}}
{%endif%} {% if g.user.filter_language() == 'all' and g.user.show_language() %}
{{_('Languages')}}
{%endif%} {% if g.user.is_authenticated or g.user.is_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 %}