{% extends "base.html" %} {% from '_helpers.html' import external_links %} {% from "_helpers.html" import render_field %} {% from "_helpers.html" import paginator %} {% block title %}Reports{% endblock %} {% block body %}
ID | Component | Crash function | Status | Type | Last occurrence | First occurrence | Count |
---|---|---|---|---|---|---|---|
{{report.id}} | {{report.component}} | {% for bt in report.sorted_backtraces %} {{ bt.crashfn }}{% if not loop.last %}, {% endif %} {% endfor %} | {% if report.problem_id %}processed{% else %}new{% endif %} | {{report.type}} | {{report.last_occurrence.strftime("%Y-%m-%d")}} | {{report.first_occurrence.strftime("%Y-%m-%d")}} | {{report.count}} |