[% META title="Remove FluidX plate from storage" %]
<!-- BEGIN [% template.name %] -->
[% # INCLUDE dumper.tt dump = data %]
[% plateId = c.query.param('plateId') %]
<h2 class="header">Remove FluidX plate from storage racks</h2>
<form action="[% app_url %]/storage/remove_storage_plate">
[% IF data.storage_location %]
<div class="indent bold">
<div>Plate [% plateId %] is stored at location:
<span class="highlight">[% data.storage_location %]</span>
</div>
<p class="indent warning">Confirm removal [cannot undo without re-scanning
plate]: <input type="checkbox" name="confirm_removal" value="1" />
</p>
</div>
[% ELSIF plateId %]
<p class="indent error">
Plate [% plateId %] does not exist in storage racks
</p>
[% END %]
<p class="indent">
<b>Plate ID</b>: <input type="text" name="plateId" value="[% plateId %]" />
[% site.html.go_btn %]
</p>
<p class="indent">[% site.html.back_button %]</p>
</form>