{% extends 'base.html' %} {% block title %}Book Settings{% endblock %} {% block content %} {% include 'book/modals/access_level_modal.html' %} {% include 'book/modals/add_contributor_modal.html' %} {% include 'book/modals/delete_book_modal.html' %} {% include 'book/modals/delete_contributor_modal.html' %} {% block right_sidebar %} {% endblock %}

{{book.label}}

{% if book.user_id == current_user.id %} {% endif %}
{% endblock %}