33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
.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
|
|
|
|
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='-',
|
|
value-entitled='Creation date:'
|
|
|
|
value-label-description='DESCRIPTION:',
|
|
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:',
|
|
widget-members='team-template',
|
|
multiple-members,
|
|
|
|
bind-resources
|
|
)
|