X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/133a8f939cdfa69dd6a7caeafed158aa38d20092..dcacc3b4c2ba2f550806a2d22b183f6fac4f63ff:/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 6381b59..bcc2f52 100644 --- a/forum/skins/default/templates/users/stats.html +++ b/forum/skins/default/templates/users/stats.html @@ -6,40 +6,49 @@ {% load humanize %} {% load question_list_tags %} {% block usercontent %} - +
+ | |||
{% for tag in user_tags%}
{{tag.name}}
+ class="tag-link-{{ tag.name }}"
+ title="{% blocktrans with tag.name as tag_name %}see other questions with {{view_user}}'s contributions tagged '{{ tag_name }}' {% endblocktrans %}"
+ href="{% url "tag_questions" tag|urlencode %}?user={{view_user.username}}">{{tag.name}}
× {{ tag.user_tag_usage_count|intcomma }} {% if forloop.counter|divisibleby:"10" %} |
@@ -110,7 +125,7 @@
{% spaceless %}
- {% for award in awards %}
- ● {{ award.name }} × {{ award.count|intcomma }} + | |
+ {% for award, count in awards %}
+ {% spaceless %}
+
+ ● {{ award.name }}
+
+ {% ifnotequal count 1 %}
+ × {{ count|intcomma }}
+ {% endifnotequal %} {% if forloop.counter|divisibleby:"6" %} |
{% endif %} + {% endspaceless %} {% endfor %} |