{{clothes.get(0)[0].describeText.length > 40 ? clothes.get(0)[0].describeText.slice(0,40) + '...' : clothes.get(0)[0].describeText}}
{{clothes.get(0)[1].describeText.length > 40 ? clothes.get(0)[1].describeText.slice(0,40) + '...' : clothes.get(0)[1].describeText}}
{{clothes.get(0)[2].describeText.length > 40 ? clothes.get(0)[2].describeText.slice(0,40) + '...' : clothes.get(0)[2].describeText}}
{{clothes.get(0)[3].describeText.length > 40 ? clothes.get(0)[3].describeText.slice(0,40) + '...' : clothes.get(0)[3].describeText}}
{{clothes.get(0)[4].describeText.length > 40 ? clothes.get(0)[4].describeText.slice(0,40) + '...' : clothes.get(0)[4].describeText}}
{{clothes.get(0)[5].describeText.length > 40 ? clothes.get(0)[5].describeText.slice(0,40) + '...' : clothes.get(0)[5].describeText}}
{{clothe.describeText.length > 40 ? clothe.describeText.slice(0,40) + '...' : clothe.describeText}}