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_neighbourhood.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gstudio/templates/gstudio/_nodetype_neighbourhood.html (limited to 'gstudio/templates/gstudio/_nodetype_neighbourhood.html') diff --git a/gstudio/templates/gstudio/_nodetype_neighbourhood.html b/gstudio/templates/gstudio/_nodetype_neighbourhood.html new file mode 100644 index 0000000..9941b86 --- /dev/null +++ b/gstudio/templates/gstudio/_nodetype_neighbourhood.html @@ -0,0 +1,18 @@ +{% load tagging_tags comments i18n %} + +{% block neighbourhood %} + + {% for key,value in object.get_nbh.items %} + +

{{key}}: + {% if key == 'title'%} + {{value}} + {% endif %} + {% for key,value in value.items %} + {{value}}, + {% endfor %} +

+ + + {% endfor %} +{% endblock %} -- cgit v1.1