30 lines
668 B
Plaintext
30 lines
668 B
Plaintext
.content-box.with-padding.full-width
|
|
h2 Channel's name:
|
|
sib-display(
|
|
fields='name',
|
|
bind-resources
|
|
)
|
|
|
|
h2 Description:
|
|
sib-display(
|
|
fields='description',
|
|
bind-resources
|
|
)
|
|
|
|
h2 In group:
|
|
sib-display.block-group(
|
|
nested-field='team',
|
|
fields='teammate-img(account.picture), teammate-name(name), teammate-pseudonym(before-pseudo, username), teammate-profile, teammate-contact',
|
|
|
|
template-teammate-contact='chat-link',
|
|
|
|
value-before-pseudo='@',
|
|
value-teammate-contact='Send a message',
|
|
value-teammate-profile='View profile',
|
|
|
|
widget-account.picture='sib-display-img',
|
|
|
|
next='member',
|
|
bind-resources
|
|
)
|