{% extends "layout.html" %} {% block title_name %} - {{ node.name }}{% endblock %} {% block breadcrumb %} {{ [[_('types'), 'node_index'], root, node.name]|crumb }} {% endblock %} {% block content %}
{{_('super')|uc_first}}: {{ super_|link|safe }}
{% endif %} {{ info|display_info }} {% if root.value_type %}{{_('unit')|uc_first}}: {{node.description}}
{% else %} {{ node|description }} {% endif %}