summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/cms/nodetype_detail.html
blob: 70bd8dfbfe348d59544474ef2e2abf21f3dd7323 (plain)
1
2
3
4
5
6
7
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 %}