@model CategoryGroupModel

@Model.Name

@if (Model.SubCategories.Count > 0) {

@Model.Name

}
@foreach (var tab in Model.Tabs) {
@{ await Html.RenderPartialAsync("_Grid", tab.Products); }
}
@T("SevenSpikes.SmartProductCollections.Public.Loading")