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

{{title}}

{% if g.user.role_edit_shelfs() %}
{% endif %} {% if shelf.id != None %} {{_('Back')}} {% endif %}
{% endblock %}