@if (registryClientsState$ | async; as registryClientState) { @if (isInitialLoading(registryClientState)) {
} @else { @if (currentUser$ | async; as currentUser) {
@if (currentUser.controllerPermissions.canWrite) {
}
Last updated:
{{ registryClientState.loadedTimestamp }}
} } }