<% var result = (typeof result !== typeof undefined && result) ? result :{}; var productId = (typeof result._id !== typeof undefined) ? result._id :""; %>
<% var status = (result.is_active && result.is_active == ACTIVE) ? ''+__("admin.system.active")+'': ''+__("admin.system.inactive")+''; status += ''; status += (result.is_popular && result.is_popular == ACTIVE) ? ''+__("admin.system.popular")+'': ''+__("admin.system.unpopular")+''; %>
<%= __('admin.product.product_name'); %> <%=(typeof result.product_name !== typeof undefined) ? result.product_name : 'N/A';%>
<%= __('admin.product.category'); %> <%-(typeof result.category_name !== typeof undefined) ? result.category_name : 'N/A'%>
<%= __('admin.product.sake_meter'); %> <%= (typeof result.sake_meter !== typeof undefined) ? result.sake_meter :"N/A";%>
<%= __('admin.product.flavor'); %> <%= (typeof result.flavor !== typeof undefined) ? result.flavor :"N/A";%>
<%= __('admin.product.acidity_level'); %> <%= (typeof result.acidity_level !== typeof undefined) ? result.acidity_level :"N/A";%>
<%= __('admin.product.polish_rate'); %> <%= (typeof result.polish_rate !== typeof undefined) ? result.polish_rate :"N/A";%>
<%= __('admin.product.sweetness'); %> <%= (typeof result.sweetness_name !== typeof undefined) ? result.sweetness_name :"N/A";%>
<%= __('admin.product.characteristics'); %> <%= (typeof result.characteristics !== typeof undefined) ? result.characteristics :"N/A";%>
<%= __('admin.product.body'); %> <%= (typeof result.body_name !== typeof undefined) ? result.body_name :"N/A";%>
<%= __('admin.product.food_pairing'); %> <%= (typeof result.pairing_foods !== typeof undefined) ? result.pairing_foods :"N/A";%>
<%= __('admin.product.origin'); %> <%= (typeof result.product_origin !== typeof undefined) ? result.product_origin :"N/A";%>
<%= __('admin.product.product_sheet'); %> Download
<%= __('admin.product.shelf_talker'); %> Download
<%= __('admin.product.description'); %> <%= (typeof result.description !== typeof undefined) ? result.description :"N/A";%>
<%= __('admin.system.status'); %><%- status%>
<%= __('admin.product.serving_temperature'); %>
<% if(result.serving_temperature && result.serving_temperature.length > 0){ result.serving_temperature.map((records, index)=>{ %> <% }) } %>
Type Temperature Rating
<%-(typeof records.category_name !== typeof undefined) ? records.category_name : 'N/A'%> <%-(typeof records.temp_name !== typeof undefined) ? records.temp_name : 'N/A'%> <%-(typeof records.rating !== typeof undefined) ? records.rating : 'N/A'%>

Product Images

<% if(result.product_images && result.product_images.length > 0){ result.product_images.map((records, index)=>{ if(records.image){ %> <% } %> <% }) } %>

Product Food Images

<% if(result.pairing_foods_images && result.pairing_foods_images.length > 0){ result.pairing_foods_images.map((records, index)=>{ if(records.image){ %> <% } %> <% }) } %>
<%- contentFor('css') %> <%- contentFor('script') %>