Sindbad~EG File Manager

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

{% if scanned_data : %}
   {% for row in scanned_data : %}
      <tr>
		  <!-- <td data-label = "DAYS"></td> -->
      {% if row.role : %}
		  <td data-label = "Role"><b>{{row.role}}</b></td>
      {% else :%}
       <td data-label = "Role"><b>Reference</b></td>
      {% endif %}
      
        <!--<td data-label = "System Name"><b>{{row.scan_system_name or '' }}</b></td>-->
      
        
		  <td data-label = "Scanned Count">{{row.scanned_count}}</td>
	</tr>
    {% endfor %}
    <tr style="font-weight: bold !important;font-size: 18px !important;">
       <!--<td data-lable=""   ></td> -->
       <td data-label="" ><b>Total</b></td>
       <td data-label = "Total"><b>{{total_count}}</b></td>
    </tr>

{% else : %}
     <tr style="font-weight: bold !important;font-size: 28px !important;">
       <!--<td data-lable=""   ></td> -->
       <td data-label="" ><b>Total</b></td>
       <td data-label = "Total"><b>{{total_count}}</b></td>
    </tr>

 {% endif %}   	

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