Sindbad~EG File Manager

Current Path : /home/numerotech/scans.numerotech.com/scan_v1/core/templates/foodcounter/
Upload File :
Current File : //home/numerotech/scans.numerotech.com/scan_v1/core/templates/foodcounter/report_table.html

<table class="table table-striped">
    <thead  style="color:#bc2b26;">
      <tr>
      <th>ROLE</th>

      {% if role_wise_report  < 1 %}
          <th>SCANNED SYSTEM NAME</th>
      {% endif %}    
      <th>SCANNED COUNT</th>
    </tr>
    </thead>
    <tbody id="report_table" style="color: #036e">

{% if scanned_data : %}
      {% for row in scanned_data : %}
        <tr>
            {% if row.role : %}
               <td data-label = "Role"><b>{{row.role}}</b></td>
            {% else :%}
               <td data-label = "Role"><b>Reference</b></td>
            {% endif %}

            {% if  int(role_wise_report)   < 1 :%}
              <td data-label = "System Name"><b>{{row.scan_system_name or '' }}</b></td>
            {% endif %}
          
            <td data-label = "Scanned Count">{{row.scanned_count}}</td>
        </tr>
      {% endfor %}
      <tr style="font-weight: bold !important;font-size: 18px !important;">
         <td data-label = "" ><b>Total</b></td>
         <td data-label = "Total"><b>{{total_count}}</b></td>
         {% if  int(role_wise_report) < 1 :%}
             <td data-label="" ><b></b></td>
         {% endif %}
      </tr>

{% else : %}
     <tr style="font-weight: bold !important;font-size: 28px !important;">
       <td data-label = "" ><b>Total</b></td>
       <td data-label = "Total"><b>{{total_count}}</b></td>
       {% if  int(role_wise_report) < 1 :%}
           <td data-label = "" ><b></b></td>
       {% endif %}
    </tr>

 {% endif %}   

 </tbody>
  </table> 

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