{% load i18n %}
| {% trans 'Stack Level' %} | {% trans 'Template Name' %} | {% trans 'Timeline' %} | {% trans 'Time (ms)' %} |
|---|---|---|---|
|
{{ template.level }}
|
{{ template.name }} |
|
{{ template.time|floatformat }} |
| {% trans 'Template Name' %} | {% trans 'Time (ms)' %} |
|---|---|
| {{ k }} | {{ v|floatformat }} |