Sindbad~EG File Manager
<div class="table-responsive py-5 mobile-responsive">
<table class="table table-bordered table-striped" id="searchtable">
<thead class="text-center thead-dark">
<th scope="col">MEMBERSHIP NO</th>
<th scope="col">AUTHOR NAME</th>
<th scope="col">EMAIL</th>
<th scope="col">MOBILE</th>
<th scope="col">SELECT</th>
</thead>
<tbody>
{% if data %}
{% for i in data %}
<tr>
<td data-label="MEMBERSHIP NO">{{i.membership_no or 'Non-Member'}}</td>
<td data-label="AUTHOR NAME">{{i.full_name or ''}}</td>
<td data-label="EMAIL">{{i.email or ''}}</td>
<td data-label="MOBILE">{{i.mobile or ''}}</td>
<td data-label="SELECT CO AUTHOR">
<Button type ="button" class="btn btn-primary searchbtn" onclick="return select_Author({{i.user_id}})" >Select</Button>
</td>
</tr>
{% endfor %}
{% else %}
<tbody>
<h1>No data</h1>
</tbody>
{% endif %}
</tbody>
</table>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists