]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/modules/stasy-table.html
267179a09ceacd41a3d0936a33ec5b9c94f965df
[ipfire.org.git] / www / templates / modules / stasy-table.html
1 <table>
2 {% for k, v in items %}
3 <tr>
4 <td>{{ k }}</td>
5 <td>{{ "%.2f" % v }}%</td>
6 </tr>
7 {% end %}
8 </table>