{% extends "user.html" %} {% block usercontent %} {% include "user_info.html" %} {% spaceless %}
|
|
{% for tag in user_tags %}
{{tag.name}}
× {{ tag.user_tag_usage_count|intcomma }} {% if loop.index is divisibleby 10 %} |
{% endif %} {% endfor %} |
{% for award in awards %}{# todo: translate badge name properly #}
● {% trans name=award.name %}{{name}}{% endtrans %} × {{ award.count|intcomma }} {% if loop.index is divisibleby 3 %} |
{% endif %} {% endfor %} |