{% extends 'admin/master.html' %} {% import 'shelf-admin/lib.html' as lib with context %} {% block body %}
{% if dir_path %}

/{{ dir_path.upper() }}

{% else %}

{{ admin_view.name.upper() }}

{% endif %}



{% endblock %} {% block bottom %} {% endblock %} {% block tail %} {{ super() }} {% endblock %}