{% import 'macros_form.html' as form without context %}
{% call form.segment() %}
{% call form.msgbox() %}
{{ trans('profile_hint') }}
{% endcall %}
{% call form.box(table=True) %}
{% call form.tablefield(type='content') %}
{{ profile }}
{% endcall %}
{% endcall %}
{% endcall %}