get_templates_hierarchy

{% for call in calls %} {% ifchanged call.templates %} {% endifchanged %} {% endfor %}
Class Templates Used
{{ call.cls_name }} {% for template in call.templates %} {{ template }}{% if not forloop.last %}, {% endif %} {% endfor %} {{ call.used }}