Select an illustration

@if (isLoading) {

Pictures loading...

} @else { @if (pictures.length) { @for(picture of pictures; track picture) { } } @else {

There is no any picture.

} }