2019-06-18 06:48:32 +00:00
|
|
|
.content-box.with-padding.full-width
|
2019-02-19 15:40:29 +00:00
|
|
|
h2 Channel's name:
|
2018-10-05 09:55:29 +00:00
|
|
|
sib-display(
|
2019-07-23 13:08:59 +00:00
|
|
|
fields='name',
|
2018-10-05 09:55:29 +00:00
|
|
|
bind-resources
|
|
|
|
)
|
2019-02-19 15:40:29 +00:00
|
|
|
|
|
|
|
h2 Description:
|
2018-10-05 09:55:29 +00:00
|
|
|
sib-display(
|
2019-07-23 13:08:59 +00:00
|
|
|
fields='description',
|
2018-10-05 09:55:29 +00:00
|
|
|
bind-resources
|
|
|
|
)
|
|
|
|
|
2019-02-19 15:40:29 +00:00
|
|
|
h2 In group:
|
|
|
|
sib-display.block-group(
|
2019-07-23 13:08:59 +00:00
|
|
|
nested-field='team',
|
|
|
|
fields='teammate-img(account.picture), teammate-name(name), teammate-pseudonym(before-pseudo, username), teammate-profile, teammate-contact',
|
2018-10-31 09:38:41 +00:00
|
|
|
|
2019-02-19 15:40:29 +00:00
|
|
|
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',
|
|
|
|
|
2018-10-31 09:38:41 +00:00
|
|
|
next='member',
|
2019-02-19 15:40:29 +00:00
|
|
|
bind-resources
|
|
|
|
)
|