{strip} {$xrefInfo.xref_title|escape}   {$xrefInfo.data|escape} {if $xrefAllowEdit} {if !$isHistory } {$xrefInfo.start_date|bit_short_date} {else} {$xrefInfo.end_date|bit_short_date} {/if} {if $gBitSystem->isFeatureActive( 'contact_list_last_modified' )} {$gContent->mInfo.xref[xref].last_update_date|bit_long_date} {/if} {if $gBitUser->hasPermission( 'p_contact_update' ) && !$isHistory } {smartlink ititle="Edit" ifile="edit_xref.php" biticon="edit" content_id=$gContent->mInfo.content_id xref_id=$xrefInfo.xref_id} {/if} {if $gBitUser->hasPermission( 'p_contact_expunge' ) } {if $isHistory } {smartlink ititle="Restore" ifile="edit_xref.php" biticon="edit" content_id=$gContent->mInfo.content_id xref_id=$xrefInfo.xref_id expunge=-1} {else} {smartlink ititle="Delete" ifile="edit_xref.php" biticon="user-trash" content_id=$gContent->mInfo.content_id xref_id=$xrefInfo.xref_id expunge=1} {/if} {/if} {/if} {/strip}