<li>
<label for="paid">Writeoff amount: </label>
<!-- default to writing off all -->
<input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding %]" />
<input name="amountwrittenoff" id="amountwrittenoff" class="decimal-unformating" value="[% amountoutstanding %]" />
</li>
</ol>
</fieldset>
-