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