hubl/src/page-project-profile.pug

33 lines
1.1 KiB
Plaintext
Raw Normal View History

.content-box.with-padding.full-width
include templates/template-business-provider.pug
include templates/template-customer.pug
include templates/template-team.pug
include templates/template-captain.pug
2018-09-28 19:20:15 +00:00
sib-display(
fields='block-title(const-title1, number, customer.name, const-title2, name, entitled, creationDate), infos(block-description(label-description, description), block-logo(customer.logo)), block-lead, block-fee(label-fee, businessProvider), block-customer(label-customer, customer), block-captain(label-captain, captain), block-team(label-team, members)',
value-const-title1='N°',
value-const-title2='-',
2019-11-14 12:27:04 +00:00
value-entitled='Creation date: '
value-label-description='DESCRIPTION:',
2018-12-12 16:07:55 +00:00
widget-customer.logo='sib-display-img',
value-label-fee='FEE:',
widget-businessProvider='template-business-provider'
value-label-customer='CUSTOMER INFORMATIONS:',
widget-customer='customer-template',
value-label-captain='CAPTAIN:',
widget-captain='captain-template',
value-label-team='TEAM:',
2019-10-25 13:35:14 +00:00
widget-members='project-team-template',
multiple-members,
bind-resources
2018-09-28 19:20:15 +00:00
)