@using Blazorise.Extensions @using WatchIt.Website.Components.Subcomponents.Common @inherits Component

Users

@if (_loaded) { if (!_items.IsNullOrEmpty()) { for (int i = 0; i < _items.Count; i++) { if (i > 0) {

}
@{ int iCopy = i; }
} if (!_allItemsLoaded) {
} } else {
No items found
} } else {
}