{% load lens_tags %} {% if stacktrace %}
Stacktrace
{% for file, line, function, content, _ in stacktrace %}
{{ file|highlight_filename }} ({{ line }}) at {{ function }}
{{ content }}
{% endfor %}
{% else %}

No traces found

Call stacktrace will appear here. Enable Stacktrace in settings.

{% endif %}