<table class="table table-hover" id="schmseekersnew_list">
  <thead>
    <tr>
      <th>Sl.No</th>
      <th>Scheme Name</th>
      <th>Scheme ID</th>
      <th>Student Name</th>
      <th>Student Email</th>
      <th>Student Phone</th>
      <th>Student DWMSID</th>
      <th>Student Privileges</th>
    </tr>
  </thead>
  <tbody>
    {{#soltdetails}}
    <tr>
      <td>{{{slno}}}</td>
      <td>{{{scheme_name}}}</td>
      <td>{{{scheme_id}}}</td>      
      <td>{{{jobseekersname}}}</td>
      <td>{{{email}}}</td>
      <td>{{{phone}}}</td>
      <td>{{{dwmsid}}}</td>
      <td><div class = "scrollitbody3">{{{privileges}}}</div></td>      
    </tr>
    {{/soltdetails}}
    <!--{{^soltdetails}}
      <tr>
          <td colspan = "8" style="text-align:center;">No Data Found</td>
      </tr>
    {{/soltdetails}}-->
  </tbody>
</table>

