{% extends "user.html" %} {% load i18n %} {% load extra_tags %} {% load extra_filters %} {% 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 %} {% spaceless %}
|  |  | 
| {% for tag in user_tags%}
                        {{tag.name}}
                        × {{ tag.user_tag_usage_count|intcomma }} {% if forloop.counter|divisibleby:"10" %} | {% endif %} {% endfor %} | 
| {% for award, count in awards %}
                            ● {{ award.name }} × {{ count|intcomma }} {% if forloop.counter|divisibleby:"6" %} | {% endif %} {% endfor %} |