@@ -10,14 +11,14 @@
{% if readthrough.finish_date or readthrough.progress %}
{% if readthrough.finish_date %}
- {{ readthrough.finish_date | localtime | naturalday }}: {% trans "finished" %}
+ {{ readthrough.finish_date | localtime | naturalday }}: {% trans "finished" %}
{% else %}
- {% if readthrough.progress_mode == 'PG' %}
- {% include 'snippets/page_text.html' with page=readthrough.progress total_pages=book.pages %}
- {% else %}
- {{ readthrough.progress }}%
- {% endif %}
+ {% if readthrough.progress_mode == 'PG' %}
+ {% include 'snippets/page_text.html' with page=readthrough.progress total_pages=book.pages %}
+ {% else %}
+ {{ readthrough.progress }}%
+ {% endif %}
{% endif %}
{% if readthrough.progress %}
@@ -47,6 +48,7 @@
{% endif %}
{% endif %}
+
{% if readthrough.start_date %}
{{ readthrough.start_date | localtime | naturalday }}: {% trans "started" %}
{% endif %}
@@ -60,7 +62,11 @@
{% trans "Delete these read dates" as button_text %}
- {% include 'snippets/toggle/toggle_button.html' with class="is-small" text=button_text icon="x" controls_text="delete_readthrough" controls_uid=readthrough.id focus="modal_title_delete_readthrough" %}
+