<#include "./headerUp.ftl" parse=true encoding="utf-8"> SHOP DETAILS <#-- --> <#include "./header.ftl" parse=true encoding="utf-8">
<#list ms as ms>
<#list ms as ms>
${sp.name}
US$${sp.price}

${sp.pText}

Size:
<#list sp.gaugeList as gauge>
${gauge}
Quantity:
${sp.num}
PRODUCT DESCRIPTIONS
<#list ms as ms> <#if (ms_index+1)%2 == 1>
${ms.pText}
0${ms_index}+1.
<#else>
${ms.pText}
0${ms_index}.
KEY ATTRIBUTES
Industry-specific attributes
<#list tx_indstry as txi>
${txi.name}
${txi.pText}
Other attributes
<#list tx_other as txo>
${txo.name}
${txo.pText}
<#include "./footer.ftl" parse=true encoding="utf-8">