{% if has_cover %}
{% endif %}
{% set r = (rating | default(0)) | int %}
{% for i in range(1, 6) %}
★
{% endfor %}
{{ title or filename }}
{% if author %}{% endif %}
{% if progress > 0 %}
Reading progress
{{ progress }}% complete
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 %}