{% import 'macros_form.html' as form with context %}
{% if info is defined %}{{ info }}{% endif %}
{% call form.tablefield(label=trans('label_meta_profile'), errorid='meta_profile', name='%smeta_profile' % uid, size='auto', type='select') %}
{{ meta_profile }}
{% endcall %}
{% if depth is defined %}
{{ form.tablefield(label=trans('keep_profiles'), checked=kp is defined, name='%scontent_handling' % uid, rowspan=3, id='%scontent_handling___0' % uid, title=trans('title_recursive'), type='radio', value='kp') }}
{{ form.tablefield(label=trans('force_mapped_profiles'), checked=fp is defined, name='%scontent_handling' % uid, rowspan=0, id='%scontent_handling___1' % uid, type='radio', value='fp') }}
{{ form.tablefield(label=trans('set_default_profiles'), checked=dp is defined, name='%scontent_handling' % uid, rowspan=0, id='%scontent_handling___2' % uid, type='radio', value='dp') }}
{% endif %}