clinic/netforce_clinic/templates/report_payment_matching.hbs

27 lines
538 B
Handlebars

<center>
<h2>Payment Matching</h2>
<h4>
{{#if is_duration}}
ระหว่างวันที่ {{from}} ถึง {{to}}
{{else}}
ประจำเดือน {{month}} {{year}}
{{/if}}
</h4>
</center>
{{#if lines}}
<table class="table table-condensed table-striped">
<thead>
</thead>
<tbody>
{{#each lines}}
<tr>
</tr>
{{/each}}
</tbody>
<tfoot>
</tfoot>
</table>
{{else}}
No items to display.
{{/if}}