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/metatype_list.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gstudio/templates/gstudio/metatype_list.html (limited to 'gstudio/templates/gstudio/metatype_list.html') diff --git a/gstudio/templates/gstudio/metatype_list.html b/gstudio/templates/gstudio/metatype_list.html new file mode 100644 index 00000000..bff38428 --- /dev/null +++ b/gstudio/templates/gstudio/metatype_list.html @@ -0,0 +1,25 @@ +{% extends "gstudio/base.html" %} +{% load i18n mptt_tags %} + +{% block meta-description %}{% trans "Metatype list" %}{% endblock %} + +{% block title %}{% trans "Metatypes" %}{% endblock %} + +{% block content %} +

{% trans "Metatype list" %}

+
+ {% for object, structure in object_list|tree_info %} + {% if structure.new_level %}{% endfor %} + {% empty %} + + {% endfor %} +
+{% endblock %} -- cgit v1.2.3-70-g09d2