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