{{name}} {%if name!=alias %}({{alias}}){%endif%} [{{ctype}}]

on {{lib}}

{% if ancs.length>0 %} {%else%} The {{ctype}} has no ancestor {%endif%} {%if dess.length >0%} {%else%} The {{ctype}} has no descendant {%endif%}
{%for k in kids%} {{k.name}} {%endfor%}
{%for parent in parents%} {{parent.name}} {%endfor%}
{%for nc in names%}
{{nc}}
{%endfor%}
{% if doc ==''%} Documentation
{{doc}}
{% endif %}
{{path}}
{{code}}