@if (loading().action === ActionType.UPDATE && loading().isLoading && onSubmitted()) { } @else { } @if (user !== undefined) {
@if (imagePreviewUrl !== null) { {{ user!.username }} } @else if (user.avatar) { {{ user!.username }} } @else { {{ user!.username }} }
} @if (file !== null || imagePreviewUrl !== null) { }