<table id="mytable" class="styled-table">
<thead>
<tr>
<th>Patientid </th>
<th>Name</th>
<th>Path</th>
<th>Category</th>
<th>Action</th>
</tr>
</thead>
<tbody>
{% for row in value %}...