]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/modules/stasy-table.html
Donation page responsivness
[people/shoehn/ipfire.org.git] / templates / modules / stasy-table.html
CommitLineData
66862195 1<dl class="dl-horizontal">
372efc19 2 {% for k, v in items %}
66862195
MT
3 <dt>{{ k }}</dt>
4 <dd>
5 <div class="progress">
6 <div class="progress-bar" style="{{ "width: %.2f%%" % v }}">
7 {{ "%.2f" % v }}%
60024cc8 8 </div>
66862195
MT
9 </div>
10 </dd>
372efc19 11 {% end %}
66862195 12</dl>