From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/badges.html | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 templates/badges.html (limited to 'templates/badges.html') diff --git a/templates/badges.html b/templates/badges.html new file mode 100644 index 00000000..8a3b7eab --- /dev/null +++ b/templates/badges.html @@ -0,0 +1,78 @@ + +{% extends "base.html" %} +{% load extra_tags %} +{% load humanize %} +{% load i18n %} +{% block title %}{% spaceless %}{% trans "Badges summary" %}{% endspaceless %}{% endblock %} +{% block forejs %} + +{% endblock %} +{% block content %} +
+ {% trans "Badges" %} +
+
+

+ {% trans "Community gives you awards for your questions, answers and votes." %}
+ {% trans "Below is the list of available badges and number of times each type of badge has been awarded." %} +

+
+
+ {% for badge in badges %} +
+
+ {% for a in mybadges %} + {% ifequal a.badge_id badge.id %} + + {% endifequal %} + {% endfor %} +
+
+  {{ badge.name }} × {{ badge.awarded_count|intcomma }} +
+

+ {{ badge.description }} +

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

{% trans "Community badges" %}

+
+

+  {% trans "gold" %} +

+

+ {% trans "Gold badge is very rare." %} + {% trans "To obtain it you have to show profound knowledge and ability in addition to actively participating in the community." %} + {% trans "Gold badge is the highest award in this community." %} +

+

+  {% trans "silver" %} +

+

+ {% trans "Obtaining silver badge requires significant patience." %} + {% trans "If you got one, you've very significantly contributed to this community" %} +

+

+ +  {% trans "bronze" %} +

+

+ {% trans "If you are active in this community, you will will get this medal - still it is a special honor." %} +

+
+
+{% endblock %} + -- cgit v1.2.3-1-g7c22