{% for job in jobs %} {% else %} {% endfor %}
Job Agent Status Cases Created Actions
{{ job.name }}
{{ job.id }}
{{ job.agent_name }}
{{ job.status.replace('_', ' ').title() }} {{ job.case_count }} {% if job.created_at %} {{ job.created_at[:10] }} {% else %} - {% endif %}

No jobs found

Try adjusting your filters or search criteria.

{% if total > 0 %}

Showing {{ skip + 1 }} to {{ skip + jobs|length }} of {{ total }} results

{% if has_prev %} {% endif %} {% if has_next %} {% endif %}
{% endif %}