{% load i18n %} {% for call in func_list %} {% endfor %}
{% translate "Call" %} {% translate "CumTime" %} {% translate "Per" %} {% translate "TotTime" %} {% translate "Per" %} {% translate "Count" %}
{% if call.has_subfuncs %} {% else %} {% endif %} {{ call.func_std_string }}
{{ call.cumtime|floatformat:3 }} {{ call.cumtime_per_call|floatformat:3 }} {{ call.tottime|floatformat:3 }} {{ call.tottime_per_call|floatformat:3 }} {{ call.count }}