{% for report in reports %} {{report.id}} {{report.component}} {% if report.crashfn %} {{ report.crashfn }} {% endif %} {% 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}} {% endfor %}