{#- # Copyright (C) 2015-2020 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -#} {% extends "base.html" %} {%- block page_title %} Crash Stats - CLR Telemetry {%- endblock %} {% block content %}

Crash stats

Top Crashes

{%- with messages = get_flashed_messages(with_categories=true) %} {%- if messages %} {%- for category, m in messages %} {%- endfor %} {%- endif %} {%- endwith %}
{%- if guilties %} {%- for b in builds %} {%- set currentbuild = b[0] %} {%- endfor %} {% include "crashes_list.html" %}
Top crashes in the last 7 days, with frequency per build
# Guilty Total{{ b[0] }}Comment
{%- else %} {# guilties #} {%- endif %} {# guilties #}
{% endblock %} {#- # vi: ft=jinja ts=8 et sw=4 sts=4 #}