[% INCLUDE 'admin/header.html' title=loc('Bulky items list') -%] [% PROCESS 'admin/report_blocks.html' %] [% INCLUDE status_message %] [% BLOCK item_row %] [% IF available_features.size %] [% ELSE %] [% END %] [% IF item.errors.category %][% END %] [% IF item.errors.name %][% END %] [% IF item.errors.message %][% END %] [% IF item.errors.price %][% END %] [% IF item.errors.max %][% END %] [% END %]
[% IF has_errors %]

[% loc('Please correct the errors below') %]

[% END %] [% FOR item IN item_list %] [% INCLUDE item_row i=loop.index %] [% END %] [% INCLUDE item_row item={} i=9999 %]
Feature Type [% IF NOT available_features.size %]ID[% END %] Category Name Message Price (pence) Max

[% loc("← Back") %]

[% INCLUDE 'admin/footer.html' %]