{% extends "master.html" %} {% block title %}{{ request.object.title() }}{% endblock %} {% block body %} {% if not view.inside_dialog %}
{% include 'banner_without_navi.html' %}
{% endif %} {{ view.contentmanager }} {{- dojo_require('dijit/layout/BorderContainer', 'core-gui') -}} {{- dojo_require('dijit/layout/ContentPane', 'core-gui') -}}
{% if location is defined %}
{{ location }}
{% endif %}
{% include '_wsgroups/wsgroups_toolbar.html' %}
{{ view.grid }}
{% endblock %}