<table class="table table-hover" id="batch_list">
  <thead>
    <tr>
      <th>Sl. No</th>
      <th>Batch Name</th>
      <th>Time Slot</th>
      <th>Current Status</th>
    </tr>
  </thead>
  <tbody>
    {{#batchdata}}
    <tr>
      <td>{{{slno}}}</td>
      <td>{{{batchname}}}</td>
      <td>{{{timeslote}}}</td>
      <td>{{{finalstatus}}}</td>
    </tr>
    {{/batchdata}}
  </tbody>
</table>