hubl/src/page-project-profile.pug

26 lines
654 B
Plaintext
Raw Normal View History

2018-10-31 09:38:41 +00:00
.frame
2018-11-20 15:28:00 +00:00
template#client-template
div.toto ${value.address}
2018-09-28 19:20:15 +00:00
sib-display(
2018-11-20 15:28:00 +00:00
data-fields='client',
template-client='client-template',
bind-resources,
)
sib-display(
data-fields='client.logo,label-description, description, label-client, client',
value-label-description="Description:",
value-label-client="Client:",
template-client='client-template',
2018-10-12 17:11:13 +00:00
bind-resources,
2018-09-28 19:20:15 +00:00
)
2018-10-12 17:11:13 +00:00
2018-10-31 09:38:41 +00:00
h2 Team:
2018-09-28 19:20:15 +00:00
sib-display.members-list-condensed(
id-suffix='team',
2018-10-31 09:38:41 +00:00
data-fields='member.avatar, member.user',
widget-member.avatar='sib-display-img',
widget-member.user='hdapp-userinfo',
2018-09-28 19:20:15 +00:00
next='member',
2018-10-12 17:11:13 +00:00
bind-resources,
2018-11-20 15:28:00 +00:00
)