{# if the content only something like login page or so, we display a small dialog window in the middle of the page #} {% if not inside_dialog and not full_screen %}
{# location will be displayed inside content box, or outside if this should not be displayed full screen #}
{% if location is defined %}{{ location }}{% endif %}
{% endif %} {# Main form inside BSCW dialog #}
{% if full_screen %} {% if inside_dialog %}{{ dialog_width_div }}{% endif %} {% if inside_dialog %}{{ dialog_auto_height_div }}{% endif %}
{% else %}
{# location will be displayed inside content box, or outside if this should not be displayed full screen #} {% if inside_dialog and location is defined %}
{{ location }}
{% endif %}

{{ full_title }}

{% endif %}
{% if inside_dialog %}{% endif %} {{ hidden }}
{{ form_contents }}
{% if not full_screen %}
{% endif %}
{% include '_dialog/buttons_footer.html' %} {% if not inside_dialog and not full_screen %}
{% endif %}