@typeparam TItem where TItem : WatchIt.Common.Query.IQueryOrderable @typeparam TQuery where TQuery : WatchIt.Common.Query.QueryParameters

@(Title)

Order by
Filters @(ChildContent)
@if (_loaded) { if (string.IsNullOrWhiteSpace(_error)) { if (_items.Count > 0) { foreach (TItem item in _items) {
} if (!_allItemsLoaded) {
@if (!_itemsLoading) { Load more } else { Loading... }
} } else {
No items found
} } else { } } else {
}