{% if rows %}
{% for row in rows %} {% endfor %}
Job Status Method Processed Updated Report
{{ row.job_id[:12] }} {{ row.status }} {{ row.methodology_label }} {{ row.processed_files }} / {{ row.total_files }} {{ row.updated_at }} JSON | CSV
{% else %}
No organization jobs recorded yet.
{% endif %}