{% for info in classinfos %} {% endfor %}
Type Parent Description Arguments Specific Check items
{{info.type}} {{info.parent.type}} {{info.description}} {% for arg in info.arguments.all %} {{arg.name}} : {{arg.description}}
{% endfor %}
{% for item in info.checklist.all %} {{item.name}} : {{item.description}}
{% endfor %}