17 lines
372 B
Plaintext
17 lines
372 B
Plaintext
|
include hd-user-avatar.pug
|
||
|
|
||
|
sib-widget(name='team-template')
|
||
|
template
|
||
|
sib-display(
|
||
|
data-src="${await value}"
|
||
|
fields='account.picture, sup(name, groups), sub(profile.city)'
|
||
|
|
||
|
widget-account.picture='hd-user-avatar'
|
||
|
widget-groups='hd-user-groups'
|
||
|
|
||
|
multiple-groups=''
|
||
|
)
|
||
|
|
||
|
sib-widget(name='hd-user-groups')
|
||
|
template ${await value.name}
|