{% extends "user.html" %} {% load extra_tags %} {% load humanize %} {% block usercontent %}
{{questions|length}}
|
个问题 |
{{answered_questions|length}}
|
个回答 |
{{total_votes}}
|
个投票 |
{{up_votes}} | {{down_votes}} |
{{tags|length}}
|
个标签 |
{% for tag in tags%}
{{tag.name}} × {{ tag.used_count|intcomma }} {% if forloop.counter|divisibleby:"10" %} |
{% endif %} {% endfor %} |
{{total_awards}}
|
枚奖牌 |
{% for award in awards %}
● {{ award.name }} × {{ award.count|intcomma }} {% if forloop.counter|divisibleby:"6" %} |
{% endif %} {% endfor %} |