<div class="form-container">
<form>
<fieldset>
<legend>Delete Volunteer</legend>
Are you sure you want to retire "{$name}"?<br />
<a href="?mod=vm&act=volunteer&vm_action=display_single&p_uuid={$p_uuid}">Cancel</a> |
<a href="?mod=vm&act=volunteer&vm_action=process_delete&p_uuid={$p_uuid}">Delete</a>
</fieldset>
</form>
</div>