{{#if product.description}}
{{lang 'products.info'}}
{{{product.description}}}
{{/if}}
{{#if product.custom_fields}}
{{lang 'products.specifications'}}
{{#all product.custom_fields theme_settings.show_custom_fields_tabs}}
{{#each product.custom_fields}}
{{#contains ../theme_settings.product_custom_fields (chop name)}}
{{/contains}}
{{/each}}
{{/all}}
{{/if}}
{{lang 'products.guarantee'}}
{{!--
{{#all settings.show_product_reviews theme_settings.show_product_reviews product.reviews.total}}
{{lang 'products.reviews.reviews'}}
{{> components/products/reviews }}
{{/all}}
--}}
{{#unless tabs '==' 'extra'}}
{{lang 'products.question_answer'}}
{{> components/products/qa }}
{{#or (if (getVar "reviewType") "===" "Enable Product Line Reviews") (if (getVar "reviewType") "===" "Enable Item Reviews")}}
{{lang 'products.reviews.reviews'}}
{{> components/products/reviews}}
{{/or}}
{{/unless}}
{{#if product.warranty}}
{{#JSONparse product.warranty}}
{{#if ungatedProductResourceDownloads}}
{{lang 'products.additional_download'}}
{{lang 'products.additional_download'}}
{{#each ungatedProductResourceDownloads}}
{{/each}}
{{/if}}
{{/JSONparse}}
{{/if}}
{{#if product.warranty}}
{{#JSONparse product.warranty}}
{{#if licensingPermissions}}
{{lang 'products.license'}}
{{{licensingPermissions}}}
{{/if}}
{{/JSONparse}}
{{/if}}