]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/modules/stasy-table.html
fireinfo: Add flags to geo statistics.
[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>
665ef07e
MT
4 <td class="key">
5 {% if flags %}
6 <img src="{{ static_url("images/flags/%s.png" % k) }}" />
7 {% end %}
8 {{ k }}
9 </td>
91a446f0
MT
10 <td class="bar"><p style="{{ "width: %.2f%%" % v }}">&nbsp;</p></td>
11 <td class="value">{{ "%.2f" % v }}%</td>
372efc19
MT
12 </tr>
13 {% end %}
14</table>
91a446f0 15<br class="clear" />