= t('The project identifier is optional and must be alphanumeric, example: MYPROJECT.') ?>
1): ?>
= $this->form->label(t('Create from another project'), 'src_project_id') ?>
= $this->form->select('src_project_id', $projects_list, $values, array(), array(), 'js-project-creation-select-options') ?>
0 ? '' : 'style="display: none"' ?>>
= t('Which parts of the project do you want to duplicate?') ?>
= $this->form->checkbox('projectPermissionModel', t('Permissions'), 1, true) ?>
= $this->form->checkbox('projectRoleModel', t('Custom roles'), 1, true) ?>
= $this->form->checkbox('categoryModel', t('Categories'), 1, true) ?>
= $this->form->checkbox('tagDuplicationModel', t('Tags'), 1, true) ?>
= $this->form->checkbox('actionModel', t('Actions'), 1, true) ?>
= $this->form->checkbox('customFilterModel', t('Custom filters'), 1, true) ?>
= $this->form->checkbox('projectMetadataModel', t('Metadata'), 1, false) ?>
= $this->form->checkbox('projectTaskDuplicationModel', t('Tasks'), 1, false) ?>
= $this->modal->submitButtons() ?>