{% if itemrows is defined %} {% for itemrows_item in itemrows %} {% endfor %}
{{ trans('label_name') }} {{ trans('label_source') }} {{ trans('label_datatype') }} {{ trans('label_obligation') }} {{ trans('label_maxocc') }} {{ trans('label_key') }}
{{ itemrows_item[0] }} {{ itemrows_item[1] }} {{ itemrows_item[2] }} {{ itemrows_item[3] }} {{ itemrows_item[4] }} {{ itemrows_item[5] }}
{% endif %} {% if otherrows is defined %}

{{ trans('i_other_attributes') }}
{% for otherrows_item in otherrows %} {% endfor %}
{{ trans('label_name') }} {{ trans('label_datatype') }} {{ trans('label_obligation') }} {{ trans('label_maxocc') }}
{{ otherrows_item[0] }} {{ otherrows_item[1] }} {{ otherrows_item[2] }} {{ otherrows_item[3] }}
{% endif %} {% if maprows is defined %}

{{ trans('i_default_profiles') }}
{% for maprows_item in maprows %} {% endfor %}
{{ trans('label_from') }} {{ trans('label_to') }}
{{ maprows_item[0] }} => {{ maprows_item[1] }}
{% endif %}