Sindbad~EG File Manager

Current Path : /home/numerotech/hs.numerotech.com/scan_v1/core/templates/VenueScan/
Upload File :
Current File : //home/numerotech/hs.numerotech.com/scan_v1/core/templates/VenueScan/venue_scan_report_table.html

<h2>{{table_data_name}} Total Count : {{total_entry_count}}</h2>
<table class="table table-striped">
  <thead  style="color:#036e;">
    <tr>
      <th>S No.</th>
      <th>Delegate_no</th>
      <th>Entered Count</th>
      <!-- <th>Entry Scan</th> -->
      <!-- <th>Exit Scan</th> -->
    </tr>
  </thead>
  <tbody  style="color: #036e">
    {% if data %}
        {% for row in data %}
        <tr>
            <td data-label="S No." >{{loop.index}}</td>
            <td data-label="Delegate_no" >{{row.delegate_no or ''}}</td>
            <td data-label="Count" >{{row.scanned_count or ''}}</td>
            <!-- <td data-label="Entry Scan" >{{row.is_entry or ''}}</td> -->
            <!-- <td data-label="Exit Scan" >{{row.is_exit or ''}}</td> -->
        </tr>    
        {% endfor %}
        <tr class="footer-row">
           <td style="text-align:right !important;" colspan="2"> <span style="color:red;"><h2><b>Total Count</b></h2></span>   </td>
           <td data-label="Entry Scan"><h2><b>{{total_entry_count}}</b></h2></td>
           <!-- <td data-label="Entry Scan">{{total_entry_count}}</td> -->
           <!-- <td data-label="Exit Scan">{{total_exit_count}}</td> -->
        </tr>

    {% else %}
        <tr>
            <td colspan="3" style="text-align:center;">No records found...</td>
        </tr>
    {% endif %}   
  </tbody>
</table>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists