2014-10-20 11:48:39 +00:00
|
|
|
<center>
|
|
|
|
<h2>
|
|
|
|
Summary of the Madical
|
|
|
|
</h2>
|
|
|
|
<h3>
|
2014-10-21 11:22:48 +00:00
|
|
|
[{{company_name}}]<br/>
|
2014-10-20 11:48:39 +00:00
|
|
|
As at {{month}} {{year}}
|
|
|
|
</h3>
|
|
|
|
</center>
|
|
|
|
<table class="table table-striped">
|
|
|
|
<thead class="scroll-header">
|
|
|
|
<th>Madical</th>
|
|
|
|
<th>Social Security</th>
|
|
|
|
<th>uc</th>
|
|
|
|
<th>Buy</th>
|
|
|
|
<th>Total</th>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
{{#each lines}}
|
|
|
|
<tr>
|
|
|
|
<td>{{madical}}</td>
|
|
|
|
<td>{{sc}}</td>
|
|
|
|
<td>{{uc}}</td>
|
|
|
|
<td style color="red"></style>{{buy}}</td>
|
|
|
|
<td style color="blue"></style>{{total}}</td>
|
|
|
|
</tr>
|
|
|
|
{{/each}}
|
|
|
|
</tbody>
|
|
|
|
</table>
|