mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 15:49:01 +02:00
c40ab3234d
* Setup prettier * Ignore these pug templates by prettier * Fix typo * Fix prettier error * Add prettier-ignore for quoting of event-segmentation attribute * Manual tab indentation * Interpolate * Remove unbuffered if conditional * Inline event-segmentation objects and remove prettier-ignore rule * Fix spacing before interpolation * Source format * Source format GitOrigin-RevId: c30e037f5caf8f91efc1bd9e75f81ae533b5a506
36 lines
955 B
Plaintext
36 lines
955 B
Plaintext
extends ../layout-react
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'pages/user/subscription/group-management/group-members'
|
|
|
|
block append meta
|
|
meta(name='ol-user' data-type='json' content=user)
|
|
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)
|
|
meta(
|
|
name='ol-managedUsersActive'
|
|
data-type='boolean'
|
|
content=managedUsersActive
|
|
)
|
|
meta(
|
|
name='ol-isUserGroupManager'
|
|
data-type='boolean'
|
|
content=isUserGroupManager
|
|
)
|
|
meta(name='ol-groupSSOActive' data-type='boolean' content=groupSSOActive)
|
|
meta(
|
|
name='ol-canUseFlexibleLicensing'
|
|
data-type='boolean'
|
|
content=canUseFlexibleLicensing
|
|
)
|
|
meta(
|
|
name='ol-canUseAddSeatsFeature'
|
|
data-type='boolean'
|
|
content=canUseAddSeatsFeature
|
|
)
|
|
|
|
block content
|
|
main#subscription-manage-group-root.content.content-alt
|