2023-02-06 07:30:57 -05:00
|
|
|
extends ../layout-marketing
|
|
|
|
|
|
|
|
block entrypointVar
|
|
|
|
- entrypoint = 'pages/user/subscription/group-management/group-members'
|
|
|
|
|
|
|
|
block append meta
|
|
|
|
meta(name="ol-users", data-type="json", content=users)
|
|
|
|
meta(name="ol-groupId", data-type="string", content=groupId)
|
|
|
|
meta(name="ol-groupName", data-type="string", content=name)
|
|
|
|
meta(name="ol-groupSize", data-type="json", content=groupSize)
|
2023-06-30 04:30:20 -04:00
|
|
|
meta(name="ol-managedUsersActive", data-type="boolean", content=managedUsersActive)
|
2023-02-06 07:30:57 -05:00
|
|
|
|
|
|
|
block content
|
|
|
|
main.content.content-alt#subscription-manage-group-root
|