{% trans "Community gives you awards for your questions, answers and votes." %} {% blocktrans %}Below is the list of available badges and number of times each type of badge has been awarded. {% endblocktrans %}
        {% for badge in badges %}
        
            
        {% endfor %}
    
            {% if badge.id in mybadges %}
                 ✔
            {% endif %}
            
            
                ● {{ badge.name }} × {{ badge.awarded_count|intcomma }}
            
            {{ badge.description }}