{% for report in reports %} {{report.id}} {{report.component}} {% if report.crashfn %}
{{ report.crashfn }}
{% endif %} {% if not report.archived %} {% if report.problem_id %}processed{% else %}new{% endif %} {% else %} archived {% endif %} {{report.type}} {{report.last_occurrence.strftime("%Y-%m-%d")}} {{report.first_occurrence.strftime("%Y-%m-%d")}} {{report.count|readable_int}} {% endfor %}