{% import 'macros_form.html' as form without context %} {% call form.segment() %}
{% call form.msgbox() %}
{{ trans('wipe_private_data_msg') }}
{% endcall %} {% call form.box(table=False) %}
{{ wipe_private_data }}
{% endcall %}
{% endcall %}