{% import 'macros_form.html' as form without context %} {% call form.msgbox() %} {% if doc is defined %} {{ trans('user_emptypage') }} {% endif %} {% if doc is undefined %} {{ trans('system_emptypage') }} {% endif %} {% endcall %}