{% import 'macros_form.html' as form without context %} {% call form.segment() %} {% call form.msgbox(title=trans('title_archive_ok')) %} {{ trans('hint_archive_ok') }}
{{ archive }}
{% if rejected is defined %} {{ trans('reject_hint') }}
{{ rejected }}
{% endif %} {{ _debug }} {% endcall %} {% endcall %}