{# Form for closing a popup window with javascript #}
{# is wrapped by bscw_form.html #}
{% import 'macros_form.html' as form without context %}
{% call form.segment() %}
{% call form.msgbox() %}
This message window has been invoked by a reload operation. No further messages
are available and the window will
close automatically.
{% endcall %}
{% endcall %}