{% extends 'snippets/reading_modals/layout.html' %} {% load i18n %} {% load utilities %} {% block modal-title %} {% trans "Update progress" %} {% endblock %} {% block modal-form-open %}
{% csrf_token %} {% endblock %} {% block reading-dates %} {% join "id_progress" uuid as field_id %} {% include "snippets/progress_field.html" with progress_required=True id=field_id %} {% endblock %} {% block form %} {% include "snippets/reading_modals/form.html" with optional=False type="update_modal" %} {% endblock %}