From: hernani Date: Sun, 11 Apr 2010 17:42:39 +0000 (+0000) Subject: item_extended template X-Git-Tag: live~1047 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/6b33e2c352ae111da8bb7d3826d59f983eda95a9?ds=sidebyside item_extended template git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@27 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/question_list/item_extended.html b/forum/skins/default/templates/question_list/item_extended.html new file mode 100644 index 0000000..934c45d --- /dev/null +++ b/forum/skins/default/templates/question_list/item_extended.html @@ -0,0 +1,40 @@ +{% load i18n %} +{% load humanize %} +{% load extra_filters %} +{% load extra_tags %} +{% load user_tags %} + +
+
+
+ +
{{question.favourite_count|intcomma}}
+
+
+
{{question.score|intcomma}}
+
{% trans "votes" %}
+
+
+
{{question.answer_count|intcomma}}
+
{% trans "answers" %}
+
+
+
{{question.view_count|cnprog_intword|safe}}
+
{% trans "views" %}
+
+
+ +

{{question.title}}

+
+ {% diff_date question.last_activity_at %} + {% if question.last_activity_by %} + {% user_signature_small_full question.last_activity_by %} + {% endif %} +
+ +
+ {% for tag in question.tagname_list %} + + {% endfor %} +
+
\ No newline at end of file