<table class="table-mentor" id="table-mentor" style="width:100%;">
  <thead>
    <tr>
      <th scope="col">SL No.</th>
      <th scope="col">Mentor Name</th>
      <th scope="col">Course Name</th>
      <th scope="col">Current Status</th>
      <th scope="col">Change Status</th>
    </tr>
  </thead>
  <tbody>
   
    {{#mentorcourses}}
    <tr>
      <td>{{slno}}</td>
      <td>{{{name}}}</td>
      <td><a href="{{cfgwwwroot}}/course/view.php?id={{id}}" class="">{{coursename}}</a></td>
      <td id="crrst-{{id}}">{{{currentstatus}}}</td>
       <td id="cngst-{{id}}">{{{changestatus}}}</td>
    </tr>
    {{/mentorcourses}}
    {{{norecord}}}
  </tbody>
  
</table>

    {{! <div class="form-group row">
    <div class="table col-sm-12"></div>
  </div> }}
