{% extends 'base.html' %} {% if book.owner.id == current_user.id %} {% set show_edit_collection = True %} {% set show_delete_collection = True %} {% set show_create_collection = True %} {% include 'book/edit_collection_modal.html' %} {% include 'book/delete_collection_modal.html' %} {% include 'book/add_collection_modal.html' %} {% endif %} {% block right_sidebar %} {% include 'book/right_sidebar.html' %} {% endblock %} {% block content %}

{{ book.owner.username }}/{{ book.label }}

{{collection.label}}

{% endblock %} {% block scripts %} {% endblock %}