<table class="table table-hover" id="certjobseekerslist">
  <thead>
    <tr>
      <th>Sl. No</th>
      <th>Name</th>
      <th>DWMS ID</th>
      <th>Email</th>
      <th>Phone</th>
      <th>Slot</th>
      <!--<th>Remarks</th>-->
    </tr>
  </thead>
  <tbody>
    {{#certidownloaded}}
    <tr>
      <td>{{{slno}}}</td>
      <td>{{{studentname}}}</td>
      <td>{{{dwmsid}}}</td>
      <td>{{{email}}}</td>
      <td>{{{phone1}}}</td>
      <td>{{{value}}}</td>
      <!--<td>{{{remark}}}</td>-->
    </tr>
    {{/certidownloaded}}
  </tbody>
</table>