<table class="table table-hover" id="jobseekersnew_list">
  <thead>
    <tr>
      <th>Sl. No</th>
      <th>Session Name</th>
      <th>Name</th>
      <th>Email</th>
      <th>Phone</th>
      <th>Time Slot</th>
      <th>DWMS ID</th>
      <th>Action</th>
    </tr>
  </thead>
  <tbody>
    {{#soltdetails}}
    <tr>
      <td>{{{slno}}}</td>
      <td>{{{session_name}}}</td>
      <td>{{{jobseekersname}}}</td>
      <td>{{{email}}}</td>
      <td>{{{phone}}}</td>
      <td>{{{timeslote}}}</td>
      <td>{{{userid}}}</td>
      <td>
          {{{reallocbutn}}}
          {{#uenrol}}
              <br><br>{{{unenrolbtn}}}
          {{/uenrol}}
      </td>
    </tr>
    {{/soltdetails}}
  </tbody>
</table>