{% load fr_display %} {% if request.user.is_authenticated %} {% active_shelf book as active_shelf %}
{% with book.id|uuid as uuid %} {% if active_shelf.identifier == 'read' %} {% elif active_shelf.identifier == 'reading' %} {% include 'snippets/finish_reading_modal.html' %} {% elif active_shelf.identifier == 'to-read' %} {% include 'snippets/start_reading_modal.html' %} {% else %}
{% csrf_token %}
{% endif %} {% endwith %} {% if active_shelf.identifier == 'reading' %} {% include 'snippets/progress_update.html' %} {% endif %}
{% endif %}