Template Information
{% ifequal template.class_name "device template" %} {% endifequal %}
Name: {{ template.attributes.name }}
Description: {{ template.attributes.description }}
Inheritance only: {{ template.inheritance_only }}
Used for device creation: {{ template.attributes.device_creation }}
Inherited Templates: {% for node in template.inherited_templates %} {{node.attributes.name}}{% if not forloop.last %},{% endif %} {% endfor %}