{% from '_helpers.html' import external_bugs %} {%- for problem in problems %} {{ problem.id }} {%- for name in problem.unique_component_names %} {{ name }}{% if not loop.last %}, {% endif %} {%- endfor %} {%- if problem.tainted %} Tainted {%- endif %} {{ problem.crash_function|truncate(50, True) }} {{ problem.status }} {{ external_bugs(problem.bugs) }} {%- if problem.probable_fixes %} {{ problem.probable_fixes|join(", ") }} {%- endif %} {{ problem.count }} {%- endfor %}