%# 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; <% $IsLast ? 'width: 120px' : 'width: 120px' %>">
<script><!--
document.getElementById('<% $att %>').focus();
--></script>

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