form->csrf() ?> form->hidden('id', $values) ?> form->hidden('task_id', $values) ?> form->hidden('user_id', $values) ?>
form->textarea( 'comment', $values, $errors, array('autofocus', 'required', 'placeholder="'.t('Leave a comment').'"'), 'markdown-editor' ) ?>
url->link(t('cancel'), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>