{#- BSCW 7+ template -#}
{% extends "master.html" %}
{% block title %}{{ request.object.title() }}{% endblock %}
{% block body %}
{% if operation_dialog %}{{ operation_dialog }}{% endif %}
{% set active_view='calendar' if request.object == request.user.calendar else 'container' %}
{% if not view.showcase_standlone_mode %}
{% set banner_with_search=True %}
{% endif %}
{% block showcase %}{% endblock %}
{{ view.contentmanager }}
{{ view.guidedtour or '' }}
{{ view.drop_uploader }}
{% if not view.showcase_standlone_mode %}
{% include '_container/outerlayout.html' %}
{% include '_container/searchpane.html' %}
{% endif %}
{% if view.modules_showcase_mode %}
{% endif %}
{% endblock %}