<%- data.ProductName %>
<% if (data.Soldway) { %> <% } %> <% if (data.PreservedMethod) { %> <% } %> <% if (data.IngredientSource) { %> <% } %>
認證類別 <%- data.Certification %>
認證編號 <%- data.CertificationId %>
分類 <%- data.CategoryName %>
包裝型態 <%- data.Packages %>
販售方式 <%- data.Soldway %>
保存方式 <%- data.PreservedMethod %>
原料產地(國) <%- data.IngredientSource %>

<% if (data.Nutrition) { %> <% } %>
<% if (data.Manufacturer) { %>
生產廠商資料
<% if (data.CustomerService) { %> <% } %>
公司名稱 <%- data.Manufacturer.Name %>
公司地址 <%- data.Manufacturer.Address %>
消費者服務專線 <%- data.CustomerService.Hotline %>
申訴事件負責人 <%- data.CustomerService.Owner %>

<% } %> <% if (data.SupplierCompany) { %>
供應商資料
公司名稱 <%- data.SupplierCompany.Name %>
公司地址 <%- data.SupplierCompany.Address %>

<% } %>