{% load fr_display %} {% if request.user.is_authenticated %} {% with book.id|uuid as uuid %} {% active_shelf book as active_shelf %}
{% 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 %} {% endif %}