{% load debusine %} {% load static %} {% load workflows %} {% widget paginator.thead %} {% for workflow in paginator.page_obj %} {% endfor %}
{{ workflow.id }} {{ workflow.workflow_display_name_parameters }} {% workflow_runtime_status_small workflow %} {% include "web/_work_request-result-small.html" with result=workflow.result only %} {{ workflow.started_at|date:"Y-m-d H:i" }} {{ workflow.completed_at|date:"Y-m-d H:i" }} {% spaceless %} {% include "web/_badge-count.html" with title="Work requests completed successfully" bg_class="success" count=workflow.workflow_work_requests_success only %} - {% include "web/_badge-count.html" with title="Work requests terminated with a failure" bg_class="danger" count=workflow.workflow_work_requests_failure only %} {% endspaceless %} {% spaceless %} {% include "web/_badge-count.html" with title="Pending work requests" bg_class="secondary" count=workflow.workflow_work_requests_pending only %} - {% include "web/_badge-count.html" with title="Blocked work requests" bg_class="dark" count=workflow.workflow_work_requests_blocked only %} {% endspaceless %} {{ workflow.workflow_last_activity_at|date:"Y-m-d H:i" }} {{ workflow.created_by }}