{{#if product.description}}
{{lang 'products.info'}}
{{{product.description}}}
{{/if}}
{{#if product.custom_fields}}
{{lang 'products.specifications'}}
Product 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 reviews=product.reviews product=product urls=urls}}
{{/all}}
{{#unless tabs '==' 'extra'}}
{{lang 'products.question_answer'}}
{{> components/products/qa }}
{{/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}}