@* the Comment.Category is defined in ProductLCADetail.cshtml used by Normal company and Certificate company possible value of Category: LCI_Direct_Material, LCI_Indirect_Material, LCI_Wrap_Material, WorkHour, PowerUsage, WaterUsage, Waste_Water, Waste_Other, Transport, WasteTransport, Vehicle, GasolineEquipment, Kitchen_Company, Kitchen_Outsourcing, Kitchen_Other, Refrigerant, FireEquipment, SteamUsage, OtherCompound *@ @using Resources @using Weee.Models.ExtensionMethods @using Weee.Areas.Certification.Supports @using Weee.Models @model Weee.Models.OrganizationLCA @{ ViewBag.Title = Resource.StaticLabelOrganizationLCA; Layout = "~/Areas/Certification/Views/Shared/_CertificationLayout.cshtml"; var stageOptions = ViewData["StageOptions"] as Dictionary; } @section PageStyles { @Styles.Render("~/fancybox/css") } @section PageScripts { @Scripts.Render("~/fancybox") @Scripts.Render("~/sticky") @Scripts.Render("~/certification/lca/detail") } @**@ @*