{% extends "user.html" %} {% load i18n %} {% load extra_tags %} {% load extra_filters %} {% load humanize %} {% load question_list_tags %} {% block usercontent %} {% spaceless %}
{{up_votes}} | {{down_votes}} |
{% 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 %} |