2019-10-24 20:03:15 +00:00
|
|
|
div.content-box__info
|
2019-10-15 15:10:16 +00:00
|
|
|
|
2019-10-21 13:38:49 +00:00
|
|
|
include templates/hd-user-avatar.pug
|
|
|
|
|
2019-10-22 13:50:15 +00:00
|
|
|
sib-widget(name='hd-user-groups')
|
2019-10-25 13:35:14 +00:00
|
|
|
template ${value.name}
|
2019-10-21 13:38:49 +00:00
|
|
|
|
2019-10-24 19:44:35 +00:00
|
|
|
sib-widget(name='team-template-edit')
|
2019-10-22 13:50:15 +00:00
|
|
|
template
|
2019-10-21 13:38:49 +00:00
|
|
|
sib-display(
|
2019-10-22 13:50:15 +00:00
|
|
|
data-src='${await value.user}'
|
2019-10-21 13:38:49 +00:00
|
|
|
fields='account.picture, sup(name, groups), sub(profile.city)'
|
|
|
|
|
|
|
|
widget-account.picture='hd-user-avatar'
|
|
|
|
|
|
|
|
multiple-groups=''
|
2019-10-22 13:50:15 +00:00
|
|
|
widget-groups='hd-user-groups'
|
2019-10-21 13:38:49 +00:00
|
|
|
)
|
2019-10-25 13:35:14 +00:00
|
|
|
|
2019-10-24 19:23:11 +00:00
|
|
|
sib-ac-checker(
|
|
|
|
permission="acl:Delete"
|
2019-10-25 13:35:14 +00:00
|
|
|
data-src="${value['@id']}"
|
2019-10-24 19:23:11 +00:00
|
|
|
)
|
|
|
|
sib-delete(
|
2019-10-25 13:35:14 +00:00
|
|
|
data-src="${value['@id']}"
|
2019-10-24 19:23:11 +00:00
|
|
|
data-label='Leave the circle'
|
|
|
|
)
|
|
|
|
|
|
|
|
//- Only to show the table grid
|
|
|
|
sib-ac-checker(
|
|
|
|
no-permission="acl:Delete"
|
2019-10-25 13:35:14 +00:00
|
|
|
data-src="${value['@id']}"
|
2019-10-15 15:10:16 +00:00
|
|
|
)
|
|
|
|
|
2019-10-24 20:03:15 +00:00
|
|
|
sib-link(class="backlink", bind-resources, next='circle-profile') Back
|
|
|
|
|
2019-10-15 15:10:16 +00:00
|
|
|
h1 Edit your circle
|
2019-10-24 20:03:15 +00:00
|
|
|
|
2019-10-15 15:10:16 +00:00
|
|
|
sib-form.block(
|
|
|
|
bind-resources
|
2019-10-15 10:14:54 +00:00
|
|
|
|
2019-10-21 09:37:07 +00:00
|
|
|
fields='block-circle__info(name, owner), description'
|
|
|
|
range-owner=`${endpoints.users}`
|
2019-10-15 15:10:16 +00:00
|
|
|
|
2019-10-21 09:37:07 +00:00
|
|
|
label-owner='owner'
|
2019-10-15 15:10:16 +00:00
|
|
|
|
|
|
|
class-name='form-label is-light is-half-width'
|
2019-10-23 07:57:34 +00:00
|
|
|
class-owner='form-label is-light is-half-width member-select color'
|
2019-10-15 15:10:16 +00:00
|
|
|
class-description='form-label is-light is-full-width'
|
|
|
|
|
2019-10-21 09:37:07 +00:00
|
|
|
widget-owner='sib-form-auto-completion'
|
2019-10-15 15:10:16 +00:00
|
|
|
widget-description='sib-form-textarea'
|
2019-10-22 13:50:15 +00:00
|
|
|
|
2019-10-24 19:23:11 +00:00
|
|
|
partial=''
|
|
|
|
|
|
|
|
submit-button='Save'
|
2019-10-22 13:50:15 +00:00
|
|
|
)
|
2019-10-24 20:03:15 +00:00
|
|
|
|
2019-10-24 19:23:11 +00:00
|
|
|
h2 Members list
|
2019-10-15 15:10:16 +00:00
|
|
|
|
2019-10-21 13:02:12 +00:00
|
|
|
div.table-header
|
2019-10-22 13:50:15 +00:00
|
|
|
div.cell Name
|
|
|
|
div.cell Access
|
2019-10-17 14:06:22 +00:00
|
|
|
|
2019-10-21 13:02:12 +00:00
|
|
|
sib-display.table-body(
|
2019-10-15 15:10:16 +00:00
|
|
|
bind-resources
|
2019-10-22 13:50:15 +00:00
|
|
|
fields='members'
|
2019-10-21 13:02:12 +00:00
|
|
|
|
|
|
|
multiple-members=''
|
2019-10-24 19:44:35 +00:00
|
|
|
widget-members='team-template-edit'
|
2019-10-15 15:10:16 +00:00
|
|
|
)
|