8           <th class="listheading">[% 'Make' | $T8 %]</th>
 
   9           <th class="listheading">[% 'Model' | $T8 %]</th>
 
  10           <th class="listheading">[% 'Last Cost' | $T8 %]</th>
 
  11           <th class="listheading">[% 'Updated' | $T8 %]</th>
 
  12           <th class="listheading">[% 'order' | $T8 %]</th>
 
  14       [%- FOREACH row = MM_DATA %]
 
  17             [%- INCLUDE generic/multibox.html
 
  18                   name       = "make_$loop.count",
 
  26           <td><input name="model_[% loop.count %]" size="30" value="[% HTML.escape(row.model) %]"></td>
 
  27           <td><input type="hidden" name="old_lastcost_[% loop.count %]" value="[% LxERP.format_amount(row.lastcost, 2) %]">
 
  28               <input name="lastcost_[% loop.count %]" size="10" value="[% LxERP.format_amount(row.lastcost, 2) %]"></td>
 
  29           <td><input name="lastupdate_[% loop.count %]" size="10" value="[% HTML.escape(row.lastupdate) %]"></td>
 
  30           <td><input name="sortorder_[% loop.count %]" size="3" value="[% HTML.escape(row.sortorder) %]"></td>
 
  36   <input type="hidden" name="makemodel_rows" value="[% mm_rows %]">