<table class="table table-hover" id="jobseekers_list">
  <thead>
    <tr>
      <th>Sl. No</th>
      <th>Session Name</th>
      <th>Batch Code</th>
      <th>Name</th>
      <th>Email</th>
      <th>Phone</th>
      <th>Slot</th>
      <th>DWMS ID</th>
    </tr>
  </thead>
  <tbody>
    {{#jobseekersdata}}
    <tr>
      <td style="width:5%;">{{{slno}}}</td>
      <td style="width:15%;">{{{sessionname}}}</td>
      <td style="width:15%;">{{{batchcode}}}</td>
      <td style="width:15%;">{{{jobseekername}}}</td>
      <td style="width:15%;">{{{email}}}</td>
      <td style="width:10%;">{{{phone}}}</td>
      <td style="width:20%;">{{{slote}}}</td>
      <td style="width:5%;">{{{username}}}</td>
    </tr>
    {{/jobseekersdata}}
  </tbody>
</table>