{% extends "base.html" %} {% block title %}Problems{% endblock %} {% from '_helpers.html' import external_links %} {% from "_helpers.html" import render_field %} {% from "_helpers.html" import paginator %} {% block body %}
ID | Component | Crash function | State | External links | Probably fixed | Count |
---|---|---|---|---|---|---|
{{ problem.id }} | {% for name in problem.unique_component_names %} {{ name }}{% if not loop.last %}, {% endif %} {% endfor %} | {{ problem.crash_function|truncate(50, True) }} | {{ problem.status }} | {{ external_links(problem.bugs) }} | {% if problem.probable_fixes %} {{ problem.probable_fixes|join(", ") }} {% endif %} | {{ problem.count }} |