{% extends 'components/modal.html' %} {% load i18n %} {% block modal-title %} {% blocktrans with book_title=book.title %}Finish "{{ book_title }}"{% endblocktrans %} {% endblock %} {% block modal-form-open %}
{% endblock %} {% block modal-body %} {% endblock %} {% block modal-footer %}
{% include 'snippets/privacy_select.html' %}
{% trans "Cancel" as button_text %} {% include 'snippets/toggle/close_button.html' with text=button_text controls_text="finish-reading" controls_uid=uuid %}
{% endblock %} {% block modal-form-close %}
{% endblock %}