{% extends "two_column_body.html" %} {% block title %}{% filter trim %}{% trans %}Badges{% endtrans %}{% endfilter %}{% endblock %} {% block content %}
{{ settings.WORDS_COMMUNITY_GIVES_YOU_AWARDS|escape }}
{% trans %}Below is the list of available badges and number of times each type of badge has been awarded.{% endtrans %}
{% if badge.id in my_badge_ids %}
✔
{% endif %}
|
● {{ badge.get_name() }}
× {{ badge.awarded_count|intcomma }}
|
{{ badge.get_description() }} |
● {% trans %}gold{% endtrans %}
{% trans %}Gold badge is the highest award in this community. To obtain it you have to show profound knowledge and ability in addition to your active participation.{% endtrans %}
● {% trans %}silver{% endtrans %}
{% trans %}silver badge: occasionally awarded for the very high quality contributions{% endtrans %}
● {% trans %}bronze{% endtrans %}
{% trans %}bronze badge: often given as a special honor{% endtrans %}