{% extends 'components/modal.html' %} {% load i18n %} {% block modal-title %} {% trans "Update progress" %} {% endblock %} {% block modal-form-open %}
{% endblock %} {% block modal-body %} {% csrf_token %}
{% if readthrough.progress_mode == 'PG' and book.pages %}

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

{% endif %}
{% endblock %} {% block modal-footer %} {% trans "Cancel" as button_text %} {% include 'snippets/toggle/toggle_button.html' with text=button_text %} {% endblock %} {% block modal-form-close %}
{% endblock %}