 <table class="table table-hover" id="rating_list">
  <thead>
    <tr>
      <th>Sl. No</th>
      <th>Batch Name</th>
      <th>Rating</th>
    </tr>
  </thead>
  <tbody>
  {{#ratingdata}}
    <tr>
      <td>{{{slno}}}</td>
      <td>{{{batchname}}}</td>
      <td> 
      {{{finalstatus}}}
      </td>
    </tr>
   {{/ratingdata}}
  </tbody>
</table>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
  .checked {
  color: orange;
}
</style>