form->csrf() ?> form->checkbox('notifications_enabled', t('Enable email notifications'), '1', $notifications['notifications_enabled'] == 1) ?>

form->radios('notifications_filter', array( \Model\Notification::FILTER_NONE => t('All tasks'), \Model\Notification::FILTER_ASSIGNEE => t('Only for tasks assigned to me'), \Model\Notification::FILTER_CREATOR => t('Only for tasks created by me'), \Model\Notification::FILTER_BOTH => t('Only for tasks created by me and assigned to me'), ), $notifications) ?>



$project_name): ?> form->checkbox('projects['.$project_id.']', $project_name, '1', isset($notifications['project_'.$project_id])) ?>
url->link(t('cancel'), 'user', 'show', array('user_id' => $user['id'])) ?>