form->csrf() ?> form->hidden('id', $values) ?> form->hidden('project_id', $values) ?> form->label(t('Title'), 'title') ?> form->text('title', $values, $errors, array('autofocus', 'required', 'maxlength="50"')) ?> form->label(t('Task limit'), 'task_limit') ?> form->number('task_limit', $values, $errors) ?> form->label(t('Description'), 'description') ?>
form->textarea('description', $values, $errors) ?>
url->doc(t('Write your text in Markdown'), 'syntax-guide') ?>
url->link(t('cancel'), 'column', 'index', array('project_id' => $project['id']), false, 'close-popover') ?>