Sindbad~EG File Manager
<div class="container mobile-responsive ">
<table class="table table-striped table-bordered bg-light" >
<h4 class="text-center mt-3">All Conference max count for Sheet Verify</h4>
<thead class="thead-dark" style="background-color: #072645;border-color: #dee2e6;color: #FFF;">
<tr>
<th><b>S No</b></th>
<th><b>Conf ID</b></th>
<th><b>Conf Name</b></th>
<th><b>Max Delegate No</b></th>
<th><b>Max Receipt No</b></th>
</tr>
</thead>
<tbody>
{% for i in get_conf_db %}
<tr>
<td data-label="S No.">{{loop.index}}</td>
<td data-label="Conf ID">{{i.conf_id}}</td>
<td data-label="Conf Name">{{i.conf_name}}</td>
{% for data in conf_max_delno_count[i.conf_id] %}
<td data-label="Max Delegate no" >{{data.delegate_no or 'No registration'}}</td>
<td data-label="Max Receipt no" >{{data.receipt_no or 'No registration'}}</td>
{% endfor %}
</tr>
{% endfor %}
</tbody>
</table>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists