Sindbad~EG File Manager
<div class="container table-responsive py-5 mobile-responsive" style="overflow: scroll;">
<table class="table table-bordered table-striped" id="searchtable">
<thead class="thead-dark text-center">
<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 AUTHOR</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="SELECTE AUTHOR">
<input type="button" class="btn btn-primary searchbtn" onclick="return select_pa_Author({{i.user_id}})" value="Select" />
</td>
</tr>
{% endfor %} {% endif %}
</tbody>
</table>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists