{{if $header}}

{{$header|escape}}: {{$name|escape}}{{if $account_type}} ({{$account_type|escape}}){{/if}}

{{/if}}
{{* Insert Tab-Nav *}} {{$tab_str}}
{{* This is the Action menu where contact related actions like 'ignore', 'hide' can be performed *}}
{{$contact_status|escape}} {{* Block with status information about the contact *}}
    {{if $relation_text}}
  • {{$relation_text|escape}}
  • {{/if}} {{if $nettype}}
  • {{$nettype|escape}}
  • {{/if}} {{if $poll_enabled}}
  • {{$lastupdtext|escape}} {{$last_update|escape}}
    {{if $poll_interval}} {{$updpub|escape}} {{$poll_interval}}
  • {{/if}} {{/if}} {{if $lost_contact}}
  • {{$lost_contact|escape}}
  • {{/if}} {{if $insecure}}
  • {{$insecure|escape}}
  • {{/if}} {{if $blocked && !$pending}}
  • {{$blocked|escape}}
  • {{/if}} {{if $pending}}
  • {{$pending|escape}}
  • {{/if}} {{if $ignored}}
  • {{$ignored|escape}}
  • {{/if}} {{if $archived}}
  • {{$archived|escape}}
  • {{/if}}
{{* End of contact-edit-status-wrapper *}}
{{* Some information about the contact from the profile *}}
{{$profileurllabel|escape}}
{{$profileurl|escape}}
{{if $location}}

{{$location_label|escape}}
{{$location|escape}}
{{/if}} {{if $xmpp}}

{{$xmpp_label|escape}}
{{$xmpp|escape}}
{{/if}} {{if $keywords}}

{{$keywords_label|escape}}
{{$keywords|escape}}
{{/if}} {{if $about}}

{{$about_label|escape}}
{{$about|escape}}
{{/if}}
{{if $contact_settings_label}}
{{include file="field_checkbox.tpl" field=$notify}} {{if $fetch_further_information}} {{include file="field_select.tpl" field=$fetch_further_information}} {{if $fetch_further_information.2 == 2 || $fetch_further_information.2 == 3}} {{include file="field_textarea.tpl" field=$ffi_keyword_blacklist}} {{/if}} {{/if}} {{include file="field_checkbox.tpl" field=$hidden}}
{{/if}} {{if $lbl_info1}}
{{include file="field_textarea.tpl" field=$cinfo}}
{{if $reason}}

{{$lbl_info2|escape}}

{{$reason}}

{{/if}}
{{/if}} {{if $lbl_vis1}}
{{if $profile_select}}

{{$lbl_vis2|escape}}

{{$profile_select}}
{{/if}}
{{/if}}
{{* End of the form *}}
{{* End of contact-edit-content-wrapper *}}