{$wrapper_id = uniqid('crm-delete-field-confirm-dialog-wrapper-')}

[`Delete field`] {$name|escape}

{if !$count}

[`No data in the field`]

[`Deleting this field will not cause a loss of any contact information.`]

{else}

{_w( '%d contact have data in the field', '%d contacts have data in the field', $count )} {$name}.

{_w( 'Deleting the field will cause a loss of this contact information.', 'Deleting the field will cause a loss of these contacts information.', $count, false)}

{/if}