{% extends 'layout.html' %} {% block body %}
{% for node_type in node_types %} {% endfor %}
Node Name Url Description
{{node_type.name}} {{node_type.url}} {% if node_type.description %} {{node_type.description|truncate(25)}} {% endif %} Edit
Node Name Url Description
Add
{% endblock %}