@using WatchIt.DTO.Models.Controllers.Accounts.Account @using WatchIt.Website.Components.Subcomponents.Common @inherits Component

@(Title)

@if (!_loaded) {
} else if (!_items.Any()) {
No items
} else { foreach (AccountResponse item in _items) {
} }