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/users_questions.html | 66 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 templates/users_questions.html (limited to 'templates/users_questions.html') diff --git a/templates/users_questions.html b/templates/users_questions.html new file mode 100644 index 00000000..dfb87c8f --- /dev/null +++ b/templates/users_questions.html @@ -0,0 +1,66 @@ + +{% load extra_tags %} +{% load extra_filters %} +{% load humanize %} +{% load i18n %} +
+ {% for question in questions%} + {% if question.favourite_count %} + {% if question.favorited_myself %} +
+ +
{{question.favourite_count|intcomma}}
+
+ {% else %} +
+ +
{{question.favourite_count|intcomma}}
+
+ {% endif %} + {% else %} +
+ {% endif %} +
+ +
+
+
{{question.vote_count|intcomma}}
+ {% trans "votes" %} + +
+
+
{{question.answer_count|intcomma}}
+ {% trans "answers" %} + +
+
+
{{question.view_count|cnprog_intword|safe}}
+ {% trans "views" %} +
+
+
+
+

+ {{question.title}} +

+
+ {% convert2tagname_list question %} + {% for tag in question.tagnames %} + + + {% endfor %} +
+
+ {% diff_date question.last_activity_at %} + {% if question.la_username %} + {{question.la_username}} {% get_score_badge_by_details question.la_user_reputation question.la_user_gold question.la_user_silver question.la_user_bronze%} + {% endif %} +
+
+
+
+ {% endfor %} +
+ -- cgit v1.2.3-1-g7c22