X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/2c0d3ce5ba9e6e7cd64570028683be4bdb52f52a..e25a52bd2e384683c99b6e57647b829dba3bf5a2:/forum/skins/default/templates/users/stats.html diff --git a/forum/skins/default/templates/users/stats.html b/forum/skins/default/templates/users/stats.html index b2659ca..fe34b19 100644 --- a/forum/skins/default/templates/users/stats.html +++ b/forum/skins/default/templates/users/stats.html @@ -103,7 +103,8 @@ {% for tag in user_tags%} × {{ tag.user_tag_usage_count|intcomma }}
{% if forloop.counter|divisibleby:"10" %} @@ -130,11 +131,18 @@ {% for award, count in awards %} -  {{ award.name }} × {{ count|intcomma }}
+ {% spaceless %} + +  {{ award.name }} + + {% ifnotequal count 1 %} + × {{ count|intcomma }} + {% endifnotequal %}
{% if forloop.counter|divisibleby:"6" %} {% endif %} + {% endspaceless %} {% endfor %}