{% extends "layout.html" %} {% block body %}

{{title}}

{% if current_user.role_edit_shelfs() %}
{% endif %} {% if kobo_sync_enabled and sync_only_selected_shelves %}
{% endif %} {% if shelf.id != None %} {{_('Cancel')}} {% endif %}
{% endblock %}