@using System.Drawing @using WatchIt.DTO.Models.Controllers.Photos.Photo @using WatchIt.Website.Components.Subcomponents.Common @using Blazorise.Components @using WatchIt.DTO.Models.Controllers.Media.Medium.Response @inherits Component
@if (_loaded) {

Profile background

@if (_editMode) { } else { if (Base.CustomBackground is not null) { } }
@if (_editMode) {
Sorry... @not_found_context was not found
@if (_mediaPhotos is null) { Select media first } else if (!_mediaPhotos.Any()) { No backgrounds for this media } else {
@foreach (PhotoResponse photo in _mediaPhotos) {
}
}
} else { if (_selectedPhoto is not null) { } else { You don't have selected background. Click "Edit" to choose one. } }
} else { }