{% extends "user_profile/user.html" %} {% block profilesection %} {% trans %}overview{% endtrans %} {% endblock %} {% block usercontent %} {% include "user_profile/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 badge in badges %}{# todo: translate badge name properly #}
● {% trans name=badge.name %}{{name}}{% endtrans %} × {{ awarded_badge_counts[badge.id]|intcomma }} {% if loop.index is divisibleby 3 %} |
{% endif %} {% endfor %} |