{#- # Copyright (C) 2015-2020 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -#} {%- set maxtotal = guilties[0].total %} {%- for g in guilties %} {{ loop.index + page_offset }} {{ g.guilty|truncate(30, True) }} {%- set width = g.total / maxtotal * 100 %} {%- for c in g.builds %} {%- for b in builds %} {%- if b[0] == c[0] and c[1] != "0" %} {%- set width = c[1] / b[1] * 100 %} {%- elif b[0] == c[0] %} {%- endif %} {%- endfor %} {%- endfor %}
{% if g.comment %}{{ g.comment|truncate(30, True) }}{% endif %}
{%- endfor %} {#- # vi: ft=jinja ts=8 et sw=4 sts=4 #}