{{ t "select_stock" }} {{#if variant.track_inventory}} {{#each variant.stock_items}} {{/each}}
{{ t "name" }} {{ t "location" }} {{ t "count_on_hand" }} {{ t "quantity" }}
{{#unless @index}}{{../../variant.name}}{{/unless}} {{stock_location_name}} {{count_on_hand}}
{{else}}
{{ t "name" }} {{ t "count_on_hand" }} {{ t "quantity" }}
{{variant.name}} No inventory necessary
{{/if}}