From 7a4f561e851fdc7246d804c3abb6748b8a4199a6 Mon Sep 17 00:00:00 2001 From: gnowgi Date: Thu, 15 Mar 2012 16:19:20 +0530 Subject: master trunk of gnowsys-studio --- gstudio/templates/gstudio/_nodetype_detail.html | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 gstudio/templates/gstudio/_nodetype_detail.html (limited to 'gstudio/templates/gstudio/_nodetype_detail.html') diff --git a/gstudio/templates/gstudio/_nodetype_detail.html b/gstudio/templates/gstudio/_nodetype_detail.html new file mode 100644 index 0000000..7f56f40 --- /dev/null +++ b/gstudio/templates/gstudio/_nodetype_detail.html @@ -0,0 +1,32 @@ +{% load tagging_tags comments i18n %} +
+
+

+ + {{ object.title }} + + [edit] + +

+ +

+ + + {% if object.authors.count %} + {% trans "Contributed by" %} + {% for author in object.authors.all %} + + + {% if not forloop.last %}, {% endif %} + {% endfor %} + {% trans "on" %} + {% else %} + {% trans "Contributed by" %} + {% endif %} + {{ object.creation_date|date:"DATE_FORMAT" }} + + + +

+
-- cgit v1.1