{{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) *}}
{{* Some hints to characteristics of the current profile (if available) *}} {{if $is_default}} {{/if}} {{* friendica differs in $detailled_profile (all fields available and a short Version if this is variable false *}} {{if $detailled_profile}}
{{* The personal settings *}}
{{* for the $detailled_profile we use bootstraps collapsable panel-groups to have expandable groups *}}
{{include file="field_yesno.tpl" field=$details}} {{include file="field_input.tpl" field=$profile_name}} {{include file="field_input.tpl" field=$name}} {{include file="field_input.tpl" field=$pdesc}}
{{$gender}}
{{$dob}} {{$hide_friends}}
{{* 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}}
{{include file="field_input.tpl" field=$hometown}}
{{* The settings for relations *}}
{{$marital}}
{{include file="field_input.tpl" field=$with}} {{include file="field_input.tpl" field=$howlong}}
{{$sexual}}
{{* 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}} {{include file="field_input.tpl" field=$politic}} {{include file="field_input.tpl" field=$religion}} {{include file="field_textarea.tpl" field=$about}} {{include file="field_textarea.tpl" field=$contact}} {{include file="field_textarea.tpl" field=$interest}} {{include file="field_textarea.tpl" field=$likes}} {{include file="field_textarea.tpl" field=$dislikes}} {{include file="field_textarea.tpl" field=$music}} {{include file="field_textarea.tpl" field=$book}} {{include file="field_textarea.tpl" field=$tv}} {{include file="field_textarea.tpl" field=$film}} {{include file="field_textarea.tpl" field=$romance}} {{include file="field_textarea.tpl" field=$work}} {{include file="field_textarea.tpl" field=$education}}
{{else}} {{* if $detailled_profile not available a short version of the setting page is displayed *}} {{if $personal_account}} {{include file="field_yesno.tpl" field=$details}} {{/if}} {{include file="field_input.tpl" field=$profile_name}} {{include file="field_input.tpl" field=$name}} {{if $personal_account}}
{{$gender}}
{{$dob}} {{/if}} {{include file="field_input.tpl" field=$homepage}} {{include file="field_input.tpl" field=$xmpp}} {{$hide_friends}} {{include file="field_input.tpl" field=$address}} {{include file="field_input.tpl" field=$locality}} {{include file="field_input.tpl" field=$postal_code}}
{{include file="field_input.tpl" field=$pub_keywords}} {{include file="field_input.tpl" field=$prv_keywords}} {{include file="field_textarea.tpl" field=$about}}
{{/if}}