{% import 'macros_form.html' as form without context %} {% call form.segment() %} {% call form.msgbox() %} {% if notify_arg_no_such_session is defined %}{{ trans('hint_no_such_session') }} {% endif %} {% if notify_arg_session_wrong_timestamp is defined %}{{ trans('hint_session_wrong_timestamp') }} {% endif %} {% endcall %} {% if notify_arg_obj is defined %} {% call form.box(table=False) %} session_id: {{ notify_arg_session_id }}
opname: {{ notify_arg_opname }}
obj: {{ notify_arg_obj }}
{% endcall %} {% endif %} {% endcall %}