{{ url_for('static', filename='favicon.ico') }}
urn:uuid:2853dacf-ed79-42f5-8e8a-a7bb3d1ae6a2
{{ current_time }}
{{instance}}
{{instance}}
https://github.com/janeczku/calibre-web
{{_('Alphabetical Books')}}
{{url_for('opds.feed_booksindex')}}
{{ current_time }}
{{_('Books sorted alphabetically')}}
{% if current_user.check_visibility(g.constants.SIDEBAR_HOT) %}
{{_('Hot Books')}}
{{url_for('opds.feed_hot')}}
{{ current_time }}
{{_('Popular publications from this catalog based on Downloads.')}}
{%endif %}
{% if current_user.check_visibility(g.constants.SIDEBAR_BEST_RATED) %}
{{_('Top Rated Books')}}
{{url_for('opds.feed_best_rated')}}
{{ current_time }}
{{_('Popular publications from this catalog based on Rating.')}}
{%endif %}
{% if current_user.check_visibility(g.constants.SIDEBAR_RECENT) %}
{{_('Recently added Books')}}
{{url_for('opds.feed_new')}}
{{ current_time }}
{{_('The latest Books')}}
{%endif %}
{% if current_user.check_visibility(g.constants.SIDEBAR_RANDOM) %}
{{_('Random Books')}}
{{url_for('opds.feed_discover')}}
{{ current_time }}
{{_('Show Random Books')}}
{%endif %}
{% if current_user.check_visibility(g.constants.SIDEBAR_READ_AND_UNREAD) and not current_user.is_anonymous %}
{{_('Read Books')}}
{{url_for('opds.feed_read_books')}}
{{ current_time }}
{{_('Read Books')}}
{{_('Unread Books')}}
{{url_for('opds.feed_unread_books')}}
{{ current_time }}
{{_('Unread Books')}}
{% endif %}
{% if current_user.check_visibility(g.constants.SIDEBAR_AUTHOR) %}
{{_('Authors')}}
{{url_for('opds.feed_authorindex')}}
{{ current_time }}
{{_('Books ordered by Author')}}
{% endif %}
{% if current_user.check_visibility(g.constants.SIDEBAR_PUBLISHER) %}
{{_('Publishers')}}
{{url_for('opds.feed_publisherindex')}}
{{ current_time }}
{{_('Books ordered by publisher')}}
{% endif %}
{% if current_user.check_visibility(g.constants.SIDEBAR_CATEGORY) %}
{{_('Categories')}}
{{url_for('opds.feed_categoryindex')}}
{{ current_time }}
{{_('Books ordered by category')}}
{% endif %}
{% if current_user.check_visibility(g.constants.SIDEBAR_SERIES) %}
{{_('Series')}}
{{url_for('opds.feed_seriesindex')}}
{{ current_time }}
{{_('Books ordered by series')}}
{% endif %}
{% if current_user.check_visibility(g.constants.SIDEBAR_LANGUAGE) %}
{{_('Languages')}}
{{url_for('opds.feed_languagesindex')}}
{{ current_time }}
{{_('Books ordered by Languages')}}
{% endif %}
{% if current_user.check_visibility(g.constants.SIDEBAR_RATING) %}
{{_('Ratings')}}
{{url_for('opds.feed_ratingindex')}}
{{ current_time }}
{{_('Books ordered by Rating')}}
{% endif %}
{% if current_user.check_visibility(g.constants.SIDEBAR_FORMAT) %}
{{_('File formats')}}
{{url_for('opds.feed_formatindex')}}
{{ current_time }}
{{_('Books ordered by file formats')}}
{% endif %}
{% if current_user.is_authenticated or g.allow_anonymous %}
{{_('Shelves')}}
{{url_for('opds.feed_shelfindex')}}
{{ current_time }}
{{_('Books organized in shelves')}}
{% endif %}