{{ "SHARE_FOLDER" | translate }}
cancel
@if(category) {

{{ "FOLDER_OR_CATEGORY" | translate }}: {{ category.name }}

}
{{ "ACTION" | translate }} @if(userPermission.type == 'User') { } @if(userPermission.type == 'Role') { } {{ "ALLOW_DOWNLOAD" | translate }} @if(userPermission.isAllowDownload) { {{ "YES" | translate }} } @else { {{ "NO" | translate }} } {{ "TYPE" | translate }} {{ userPermission.type }} {{ "USER_ROLE_NAME" | translate }} @if(userPermission.type == 'User') { {{ userPermission.user.firstName }} {{ userPermission.user.lastName }} } @if(userPermission.type == 'Role') { {{ userPermission.role.name }} } {{ "EMAIL" | translate }} @if(userPermission.type == 'User') { {{ userPermission.user.email }} } @if(userPermission.type == 'Role') { -- } {{ "START_DATE" | translate }} @if(userPermission.isTimeBound) { {{ userPermission.startDate | utcToLocalTime : "shortDate" }} } @else { -- } {{ "END_DATE" | translate }} @if(userPermission.isTimeBound) { {{ userPermission.endDate | utcToLocalTime : "shortDate" }} } @else { -- }
{{'NO_DATA_FOUND' | translate}}