@using Blazorise.Extensions @using WatchIt.DTO.Models.Controllers.Genres.Genre @using WatchIt.DTO.Models.Controllers.Media.Medium.Response @inherits Component

Genres:

@if (Data.Genres.IsNullOrEmpty()) {
No genres assigned.
} else { foreach (GenreResponse genre in Data.Genres) { } }