@model IList @{ Layout = "~/Views/Shared/_Root.cshtml"; //title Html.AddTitleParts(T("PageTitle.Manufacturers").Text); } @using SmartStore.Core; @using SmartStore.Core.Infrastructure; @using SmartStore.Web.Models.Catalog;

@T("Manufacturers.List")

@if (Model.Count > 0) { }