{% extends "user.html" %} {% load i18n %} {% load extra_tags %} {% load extra_filters %} {% load humanize %} {% block usercontent %}
{{up_votes}} | {{down_votes}} |
{% for tag in tags%}
{{tag.name}} × {{ tag.used_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 %} |