<%
[
{
key: 'general',
name: ob.polyT('editListing.sectionNames.general'),
},
{
key: 'photos',
name: ob.polyT('editListing.sectionNames.photos'),
},
{
key: 'shipping',
name: ob.polyT('editListing.sectionNames.shipping'),
},
{
key: 'tags',
name: ob.polyT('editListing.sectionNames.tags'),
},
{
key: 'category',
name: ob.polyT('editListing.sectionNames.category'),
},
{
key: 'variants',
name: ob.polyT('editListing.sectionNames.variants'),
},
{
key: 'returnPolicy',
name: ob.polyT('editListing.sectionNames.returnPolicy'),
},
{
key: 'termsAndConditions',
name: ob.polyT('editListing.sectionNames.termsAndConditions'),
},
{
key: 'coupons',
name: ob.polyT('editListing.sectionNames.coupons'),
}
].forEach((tab, index) => {
print(`
${tab.name}`)
});
%>