]> git.ipfire.org Git - ipfire.org.git/blob - templates/modules/stasy-table.html
e5b63fd02204dcec62b9e236af7107857b5eea0a
[ipfire.org.git] / templates / modules / stasy-table.html
1 <dl class="dl-horizontal">
2 {% for k, v in items %}
3 <dt>{{ k }}</dt>
4 <dd>
5 <div class="progress">
6 <div class="progress-bar" style="{{ "width: %.2f%%" % v }}">
7 {{ "%.2f" % v }}%
8 </div>
9 </div>
10 </dd>
11 {% end %}
12 </dl>