{% load i18n %} {% load utilities %} {% csrf_token %}
{# Only show progress for editing existing readthroughs #} {% if readthrough.id and not readthrough.finish_date %} {% join "id_progress" readthrough.id as field_id %} {% include "snippets/progress_field.html" with id=field_id %} {% endif %}