{% load humanize profiling_explorer_tags %} {{ stats.calls|intcomma }} {{ stats.calls_pct|pct }} {% if stats.internal_ms != None %}{{ stats.internal_ms|intcomma }}{% endif %} {{ stats.cumulative_ms|intcomma }} {{ stats.cumulative_ms_pct|pct }} {% if row.filename %}{{ row.filename }}:{{ row.lineno }} {% endif %}{{ row.funcname }} {% if row.id %} callers callees{% endif %}