{# 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 %}