{% extends "snippets/create_status/layout.html" %} {% load shelf_tags %} {% load i18n %} {% load utilities %} {% load status_display %} {% comment %} ----- Variables book: the Edition object this status is related to. Required unless the status is a reply draft: the content of an existing Status object to be edited (used in delete and redraft) uuid: a unique identifier used to make html "id" attributes unique and clarify javascript controls {% endcomment %} {% with type="comment" %} {% trans "Some thoughts on the book" as placeholder %} {% block post_content_additions %} {% if not draft.reading_status %} {# Supplemental fields #}
{% active_shelf book as active_shelf %} {% if active_shelf.shelf.identifier == 'reading' %} {% with readthrough=book.latest_readthrough %} {% if readthrough %}
{% if readthrough.progress_mode == 'PG' and book.pages %}

{% blocktrans with pages=book.pages %}of {{ pages }} pages{% endblocktrans %}

{% endif %}
{% endif %} {% endwith %} {% endif %}
{% endif %} {% endblock %} {% endwith %}