{% extends "base.html" %} {% block title %}{{ jobset.name }} Jobs - circus{% endblock %} {% block auth %} {% if !auth_name.is_empty() %} {{ auth_name }}
{% else %} Login {% endif %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}| Job | {% for column in columns %}{{ column.label }} | {% endfor %}
|---|---|
| {{ row.job_name }} {% if !row.is_active %}Inactive{% endif %} | {% for cell in row.cells %}{% if !cell.href.is_empty() %} {{ cell.status_text }} {% else %} {{ cell.status_text }} {% endif %} | {% endfor %}