{% load static tethys_gizmos %}
{% for column_name in column_names %} {% endfor %} {% if show_status %} {% endif %} {% if show_actions %} {% endif %} {% for row in rows %} {% with row_idx=forloop.counter0 %} {% with job=jobs|return_item:row_idx %} {% if job.type == 'DaskJob' and show_detailed_status %} {% endif %} {% include "tethys_gizmos/gizmos/job_row.html" %} {% if job.type == 'CondorWorkflow' and show_detailed_status %} {% include "tethys_gizmos/gizmos/workflow_nodes_row.html" %} {% endif %} {% endwith %} {% endwith %} {% empty %} {% endfor %}
{{ column_name }}StatusActions
No Jobs
{# Logs Modal #} {# Confirmation Modal #}