{{ stacktrace | escape }}
{% macro render_status_icon(status) %} {% if status|lower == "passed" %} ✓ {% elif status|lower == "failed" %} ✗ {% elif status|lower == "broken" %} ⚠ {% elif status|lower == "skipped" %} → {% else %} ø {% endif %} {% endmacro %} {% macro render_search_filter(report) %}
{{ stacktrace | escape }}