<table class="table table-hover" id="jobseekerscomp_list">
  <thead>
    <tr>
      <th>Sl. No</th>
      <th>Name</th>
      <th>DWMS ID</th>
      <th>Email</th>
      <th>Phone</th>
      <th>Slot</th>
      <th>Post Assessment Marks ( Given by PDT )</th>
      <th>English Score</th>
      <th>Soft Skill Score</th>
      <th>Soft Skill Answers</th>
      <th>Feedback</th>
      <th>Attendance<br><span style="padding-left:30px;">(%)</span></th>
      <th>Post Assessment Status</th>
    </tr>
  </thead>
  <tbody>
    {{#batchcompleted}}
    <tr>
      <td>{{{slno}}}</td>
      <td>{{{studentname}}}</td>
      <td>{{{dwmsid}}}</td>
      <td>{{{email}}}</td>
      <td>{{{phone1}}}</td>
      <td>{{{value}}}</td>
      <td>{{{remark}}}</td>
      <td>{{{engscore}}}</td>
      <td>{{{softscore}}}</td>
      <td>{{{soskilanswers}}}</td>
      <td>{{{feeds}}}</td>
      <td>{{{jsattendedperc}}}</td>
      <td>{{{postasesbucket}}}</td>
    </tr>
    {{/batchcompleted}}
  </tbody>
</table>

