{{include file="section_title.tpl" title=$banner}} {{* The actions dropdown which can performed to the current profile *}}
{{* Most of the Variables used below are arrays in the following style 0 => Some kind of identifier (e.g. for the ID) 1 => The label description 2 => The input values 3 => The additional help text (if available) *}}
{{* The personal settings *}}
{{* for the $detailed_profile we use bootstraps collapsable panel-groups to have expandable groups *}}
{{include file="field_input.tpl" field=$name}} {{include file="field_textarea.tpl" field=$about}} {{$dob nofilter}} {{$hide_friends nofilter}}
{{* The location settings *}}
{{include file="field_input.tpl" field=$address}} {{include file="field_input.tpl" field=$locality}} {{include file="field_input.tpl" field=$postal_code}}
{{* The miscellanous other settings *}}
{{include file="field_input.tpl" field=$homepage}} {{include file="field_input.tpl" field=$xmpp}} {{include file="field_input.tpl" field=$pub_keywords}} {{include file="field_input.tpl" field=$prv_keywords}}
{{* The miscellanous other settings *}}
{{$custom_fields_description nofilter}}
{{foreach $custom_fields as $custom_field}} {{include file="settings/profile/field/edit.tpl" profile_field=$custom_field}} {{/foreach}}