{% extends "layout.html" %} {% block content %} {% if data['crash_list']|count %} {% endif %}
{% for t in crash.trace_list %} {{ t }} {% endfor %}
Report