%# Q:  Do you know what the death rate around here is?
%# A:  One per person.
% my $att = $Item->Att;
<% loc($Item->Name) %>
<input id="<% $att %>" name="<% $att %>" value="<% $Current %>" style="vertical-align: middle" size=4>
<script><!--
document.getElementById('<% $att %>').focus();
--></script>

<%ARGS>
$Item
$Current
</%ARGS>
