{% extends "two_column_body.html" %} {% block title %}{% spaceless %}{% trans %}Badges{% endtrans %}{% endspaceless %}{% endblock %} {% block content %}

{% trans %}Badges{% endtrans %}

{% trans %}Community gives you awards for your questions, answers and votes.{% endtrans %}
{% trans %}Below is the list of available badges and number of times each type of badge has been awarded. Have ideas about fun badges? Please, give us your feedback {% endtrans %}

{% for badge in badges %}
{% for a in mybadges %} {% if a.badge_id == badge.id %} {% endif %} {% endfor %}
 {{badge.name}} × {{ badge.awarded_count|intcomma }}

{{badge.description}}

{% endfor %}
{% endblock %} {% block sidebar %}

{% trans %}Community badges{% endtrans %}

 {% trans %}gold{% endtrans %}

{% trans %}Gold badge is the highest award in this community. To obtain it have to show profound knowledge and ability in addition to your active participation.{% endtrans %}

 {% trans %}silver{% endtrans %}

{% trans %}msgid "silver badge: occasionally awarded for the very high quality contributions{% endtrans %}

 {% trans %}bronze{% endtrans %}

{% trans %}bronze badge: often given as a special honor{% endtrans %}

{% endblock %}