X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/6b22f44c53cf0d72a7b2b068f51cae01e1129e23..dcacc3b4c2ba2f550806a2d22b183f6fac4f63ff:/forum/skins/default/templates/users/stats.html?ds=sidebyside diff --git a/forum/skins/default/templates/users/stats.html b/forum/skins/default/templates/users/stats.html index 35c344a..bcc2f52 100644 --- a/forum/skins/default/templates/users/stats.html +++ b/forum/skins/default/templates/users/stats.html @@ -6,50 +6,44 @@ {% load humanize %} {% load question_list_tags %} {% block usercontent %} - - {% declare %} - question_count = questions.count() - show_more_questions_link = question_count > 15 - questions = questions[:15] - - answer_count = answers.count() - show_more_answers_link = answer_count > 30 - answers = answers[:30] - {% enddeclare %} - +
+ | |||
{% 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" %} |
@@ -130,7 +125,7 @@
{% spaceless %}
+ | |
{% 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 %} |