{if !empty($reminders)} {$_reminder_types = crmConfig::getReminderTypeUI2()} {foreach $reminders as $_reminder} {$_is_deal = ( $_reminder.contact_id < 0 )} {if !empty($_reminder.type) && !empty($_reminder_types[$_reminder.type])} {$_active_reminder_type = $_reminder_types[$_reminder.type]} {/if} {capture assign=_deal_or_contact} {if $_is_deal && !empty($deals[abs($_reminder.contact_id)])} {$_deal_id = abs($_reminder.contact_id)} {$_deal = $deals[$_deal_id]} {if !empty($contacts[$_deal.contact_id])} {$_user = $contacts[$_deal.contact_id]} {$_userpic = $_user->getPhoto(32)} {/if} {*if !empty($_userpic)} {/if*} {$_deal.name|escape} {*if !empty($_reminder.rights)}
[`Are you sure?`]