summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/cms/nodetype_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/gstudio/cms/nodetype_detail.html')
-rw-r--r--gstudio/templates/gstudio/cms/nodetype_detail.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/gstudio/templates/gstudio/cms/nodetype_detail.html b/gstudio/templates/gstudio/cms/nodetype_detail.html
new file mode 100644
index 0000000..70bd8df
--- /dev/null
+++ b/gstudio/templates/gstudio/cms/nodetype_detail.html
@@ -0,0 +1,8 @@
+{% load i18n %}
+{% for nodetype in nodetypes %}
+ {% with object=nodetype object_content=nodetype.html_content|truncatewords_html:100|safe %}
+ {% include "gstudio/_nodetype_detail.html" %}
+ {% endwith %}
+{% empty %}
+ <p class="notice">{% trans "No node types yet." %}</p>
+{% endfor %}