|
@if (this.canEditCollection || this.canDeleteCollection) {
}
|
|
@if (showAddAccess) {
{{ "addAccess" | i18n }}
}
|
@if (showOwner) {
|
}
@if (showCollections) {
|
}
@if (showGroups) {
@if (collectionGroups) {
}
|
}
@if (showPermissionsColumn) {
{{ permissionText }}
|
}
@if (canEditCollection || canDeleteCollection || canViewCollectionInfo) {
}
@if (canEditCollection) {
}
@if (!canEditCollection && canViewCollectionInfo) {
}
@if (canDeleteCollection) {
}
|