{% extends "user.html" %} {% load i18n %} {% load extra_tags %} {% load extra_filters %} {% load humanize %} {% load question_list_tags %} {% block usercontent %} {% spaceless %}
| 
                         | 
                    
                         | 
                
| 
                        {% for tag in user_tags%}
                        {{tag.name}}
                        × {{ tag.user_tag_usage_count|intcomma }} {% if forloop.counter|divisibleby:"10" %}  | 
                                {% endif %} {% endfor %} | 
| 
                        {% for award in awards %}
                            ● {{ award.name }} × {{ award.count|intcomma }} {% if forloop.counter|divisibleby:"6" %}  | 
                                {% endif %} {% endfor %} |