<%= ob.polyT('editListing.sectionNames.inventoryManagement') %>


<% if (ob.trackBy === 'TRACK_BY_FIXED') { %>
<% if (ob.errors['quantity']) print(ob.formErrorTmpl({ errors: ob.errors['quantity'], class: 'margL', })); %>
<%= ob.polyT('editListing.inventoryManagement.quantity') %>
<% } %>
<% let helperText = ob.polyT('editListing.inventoryManagement.doNotTrackHelperText'); if (ob.trackBy === 'TRACK_BY_FIXED') { helperText = ob.polyT('editListing.inventoryManagement.trackByFixedHelperText'); } else if (ob.trackBy === 'TRACK_BY_VARIANT') { helperText = ob.polyT('editListing.inventoryManagement.trackByVariantsHelperText'); } %>
<%= helperText %>