@model HomePageProductsModel @using SmartStore.Web.Models.Catalog; @if (Model.Products.Count > 0) {
@T("HomePage.Products")
}