]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/modules/stasy-table.html
0c1353ed68d5727b08cd4b4bee12bfb8aa2eee71
[ipfire.org.git] / www / templates / modules / stasy-table.html
1 <table class="stats">
2 {% for k, v in items %}
3 <tr>
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>
7 </tr>
8 {% end %}
9 </table>
10 <br class="clear" />