{%- import _self as helper -%}
No triggered handlers.
| Date type | Handler{%- if called|default(false) -%} | Calls | Total duration (ms){%- endif -%} | 
|---|---|---|---|
| {{ type }} | {%- for handler in handlers -%}
                            {{ dump(handler) }} {%- endfor -%} | 
| Date type | Handler | Calls | Total duration (ms) | 
|---|---|---|---|
| {{ type }} | {{ dump(call.handler) }} | {{ call.calls }} | {{ call.duration ? (call.duration * 1000)|number_format(4) : '' }} |