@model ManufacturerNavigationModel @using SmartStore.Core.Domain.Catalog; @using SmartStore.Core.Infrastructure; @using SmartStore.Services.Catalog; @using SmartStore.Web.Models.Catalog; @if (Model.Manufacturers.Count > 0) {
@T("Manufacturers")
@if (Model.TotalManufacturers > Model.Manufacturers.Count) {
@T("Manufacturers.ViewAll")
}
}