2019-06-18 06:48:32 +00:00
|
|
|
.content-box.with-padding.full-width
|
2019-03-25 15:35:36 +00:00
|
|
|
|
2019-04-15 21:11:56 +00:00
|
|
|
include templates/template-business-provider.pug
|
2019-03-25 15:35:36 +00:00
|
|
|
include templates/template-customer.pug
|
|
|
|
include templates/template-team.pug
|
2019-10-03 13:27:57 +00:00
|
|
|
include templates/template-captain.pug
|
2018-11-21 02:06:38 +00:00
|
|
|
|
2018-09-28 19:20:15 +00:00
|
|
|
sib-display(
|
2019-10-03 13:27:57 +00:00
|
|
|
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)',
|
2019-01-09 14:14:01 +00:00
|
|
|
|
2019-03-25 15:35:36 +00:00
|
|
|
value-const-title1='N°',
|
|
|
|
value-const-title2='-',
|
|
|
|
value-entitled='Creation date:'
|
2019-01-09 14:14:01 +00:00
|
|
|
|
|
|
|
value-label-description='DESCRIPTION:',
|
2018-12-12 16:07:55 +00:00
|
|
|
widget-customer.logo='sib-display-img',
|
2019-01-09 14:14:01 +00:00
|
|
|
|
2019-03-25 15:35:36 +00:00
|
|
|
value-label-fee='FEE:',
|
2019-04-15 21:11:56 +00:00
|
|
|
widget-businessProvider='template-business-provider'
|
2019-01-09 14:14:01 +00:00
|
|
|
|
2019-05-02 16:32:20 +00:00
|
|
|
value-label-customer='CUSTOMER INFORMATIONS:',
|
2019-03-25 15:35:36 +00:00
|
|
|
widget-customer='customer-template',
|
2019-10-03 13:27:57 +00:00
|
|
|
|
|
|
|
value-label-captain='CAPTAIN:',
|
|
|
|
widget-captain='captain-template',
|
|
|
|
|
2019-05-02 16:32:20 +00:00
|
|
|
value-label-team='TEAM:',
|
2019-03-25 15:35:36 +00:00
|
|
|
widget-members='team-template',
|
2019-10-03 13:27:57 +00:00
|
|
|
multiple-members,
|
2019-04-22 14:13:24 +00:00
|
|
|
|
2019-03-25 15:35:36 +00:00
|
|
|
bind-resources
|
2018-09-28 19:20:15 +00:00
|
|
|
)
|