sib-widget(name='hd-template-project-title') template p ${value} div.content-box__info sib-link(class="backlink" next='admin-project-list') Back sib-widget(name="admin-project-add-user") template sib-form( data-holder fields='user, project' range-user=`${endpoints.users}` value-project='${src}' widget-project='sib-form-hidden' naked ) h1.centered New project sib-form.block( data-src=`${endpoints.projects}` fields='line-1(customer.name, name), line-2(customer.logo), line-3(project.description), fieldset-fee, line-4(businessProvider.name, businessProvider.fee), fieldset-customer, line-5(customer.companyRegister), line-6(customer.address), line-7(customer.firstName, customer.lastName), line-8(customer.role), line-9(customer.email, customer.phone), fieldset-captain, line-10(captain)' class-fieldset-fee='fieldset' value-fieldset-fee='Fee' widget-fieldset-fee='hd-template-project-title' class-fieldset-customer='fieldset' value-fieldset-customer='Customer\'s information' widget-fieldset-customer='hd-template-project-title' class-fieldset-captain='fieldset' value-fieldset-captain='Captain' widget-fieldset-captain='hd-template-project-title' label-customer.name='Customer\'s name*' class-customer.name='form-label is-light is-half-width' label-name='Project\'s name*' class-name='form-label is-light is-half-width' label-customer.logo='Customer\'s logo' class-customer.logo='form-label is-light is-half-width' label-project.description='Project description' class-project.description='form-label is-light is-full-width' widget-project.description='sib-form-textarea' label-businessProvider.name='Business provider*' class-businessProvider.name='form-label is-light is-half-width' label-businessProvider.fee='Amount of the contribution' class-businessProvider.fee='form-label is-light is-half-width' label-customer.companyregister='Company register' class-customer.companyregister='form-label is-light is-half-width' label-customer.address='Address' class-customer.address='form-label is-light is-full-width' widget-customer.address='sib-form-textarea' label-customer.firstName='Name of the contact' class-customer.firstName='form-label is-light is-half-width' label-customer.lastName='Firstname of the contact' class-customer.lastName='form-label is-light is-half-width' label-customer.role='Role within the company' class-customer.role='form-label is-light is-half-width' label-customer.email='Email' class-customer.email='form-label is-light is-half-width' label-customer.phone='Phone' class-customer.phone='form-label is-light is-half-width' range-captain=`${endpoints.users}` class-captain='member-select form-label is-light is-half-width' widget-captain='sib-form-auto-completion' next='admin-project-list' submit-button='Save' )