<h1>Invoices</h1>
<hr />
<br />
<table class="paymentMethods">
<tr>
<th style="width:100px;">Invoice Number</th>
<th style="width:100px;">Invoice Date</th>
<th style="width:100px;">Due Date</th>
<th style="width:100px;">Amount</th>
<th style="width:100px;">Status</th>
<th style="width:150px;">Action</th>
</tr>
{ROWS}
</table>