]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/modules/stasy-table.html
Big update of the fireinfo service.
[people/shoehn/ipfire.org.git] / www / templates / modules / stasy-table.html
CommitLineData
91a446f0 1<table class="stats">
372efc19
MT
2 {% for k, v in items %}
3 <tr>
91a446f0
MT
4 <td class="key">{{ k }}</td>
5 <td class="bar"><p style="{{ "width: %.2f%%" % v }}">&nbsp;</p></td>
6 <td class="value">{{ "%.2f" % v }}%</td>
372efc19
MT
7 </tr>
8 {% end %}
9</table>
91a446f0 10<br class="clear" />