{% include "_sidebar.html" %}
{% if has_cover %} {{ title }} {% endif %}
{% set r = (rating | default(0)) | int %}
{% for i in range(1, 6) %} {% endfor %}
{{ title or filename }}
{% if author %}{% endif %}
{% if series %}
Series {{ series }}{% if series_index is defined and (series_index or series_suffix or series_is_indexed) %} [{{ series_index }}{{ series_suffix }}]{% endif %}
{% endif %}
Publisher {% if publisher %} {{ publisher }} {% else %} No publisher {% endif %}
{% if publication_status %}
Status {% set st = publication_status | lower %} {{ publication_status }}
{% endif %} {% if publish_date %}
Updated {{ publish_date }}
{% endif %} {% if genres %}
Genres {% for g in genres %}{{ g }}{% endfor %}
{% endif %} {% if subgenres %}
Sub-genres {% for g in subgenres %}{{ g }}{% endfor %}
{% endif %} {% if tags %}
Tags {% for g in tags %}{{ g }}{% endfor %}
{% endif %} {% if description %}
Description
{{ description }}
{% endif %} {% if source_url %} {% endif %}
{% if progress > 0 %}
Reading progress
{{ progress }}% complete
{% endif %} {% if read_count > 0 %}
Read {{ read_count }}× {% if last_read %} · Last read {{ last_read[:10] }} {% endif %}
{% endif %}
{% if progress > 0 %}Continue reading{% else %}Start reading{% endif %} {% if progress > 0 %} {% endif %} {% if storage_type == 'db' %} Export EPUB {% else %} Download {% endif %} {% if filename.endswith('.epub') and storage_type != 'db' %} Edit EPUB {% endif %} {% if storage_type == 'db' %} Edit chapters {% endif %} {% if filename.endswith('.epub') and storage_type != 'db' %} {% endif %}
Edit metadata