= Helper\form_hidden('project_id', $values) ?>
= Helper\form_label(t('Assignee'), 'owner_id') ?>
= Helper\form_select('owner_id', $users_list, $values, $errors) ?>
= Helper\form_label(t('Category'), 'category_id') ?>
= Helper\form_select('category_id', $categories_list, $values, $errors) ?>
= Helper\form_label(t('Column'), 'column_id') ?>
= Helper\form_select('column_id', $columns_list, $values, $errors) ?>
= Helper\form_label(t('Color'), 'color_id') ?>
= Helper\form_select('color_id', $colors_list, $values, $errors) ?>
= Helper\form_label(t('Complexity'), 'score') ?>
= Helper\form_number('score', $values, $errors) ?>
= Helper\form_label(t('Original estimate'), 'time_estimated') ?>
= Helper\form_numeric('time_estimated', $values, $errors) ?> = t('hours') ?>
= Helper\form_label(t('Due Date'), 'date_due') ?>
= Helper\form_text('date_due', $values, $errors, array('placeholder="'.Helper\in_list($date_format, $date_formats).'"'), 'form-date') ?>
= t('Others formats accepted: %s and %s', date('Y-m-d'), date('Y_m_d')) ?>