[% USE HTML %] [% IF saved_message %]

[% saved_message %]

[% END %]
[% IF id %]Edit Warehouse[% ELSE %]Add Warehouse[% END %]
Description
Invalid
Number of new bins
Prefix for the new bins' names

[%- IF id %][%- UNLESS in_use %] [%- END %][%- END %]

[% IF id %]
Edit Bins
[% UNLESS BINS.size %]

No bins have been added to this warehouse yet.

[% ELSE %]

Bins that have been used in the past cannot be deleted anymore. For these bins there's no checkbox in the "Delete" column.

[%- SET row_odd = '1' %] [%- USE bin_it = Iterator(BINS) %] [%- FOREACH bin = bin_it %] [%- IF row_odd %] [%- END %] [%- SET end_tr = '0' %] [%- UNLESS row_odd %][%- SET end_tr = '1' %][%- END %] [%- IF bin_it.last %][%- SET end_tr = '1' %][%- END %] [%- IF end_tr %] [%- END %] [%- IF row_odd %][% SET row_odd = '0' %][% ELSE %][% SET row_odd = '1' %][% END %] [%- END %]
DeleteDescription DeleteDescription
[% IF bin.in_use %] [% ELSE %][% END %]

[% END %] [% END %]