{% extends "base.html" %} {% block title %}Evaluations - circus{% endblock %} {% block auth %} {% if !auth_name.is_empty() %} {{ auth_name }}
{% else %} Login {% endif %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Evaluations

{% if evals.is_empty() %}
No evaluations yet
Evaluations will appear here once a jobset is evaluated.
{% else %}
{% if is_admin %}{% endif %} {% for e in evals %} {% if is_admin %} {% endif %} {% endfor %}
Commit Project Jobset Status TimeActions
{{ e.commit_short }} {{ e.project_name }} {{ e.jobset_name }} {{ e.status_text }} {% if e.hidden %}Hidden{% endif %} {{ e.time }}
{% if e.hidden %} {% else %} {% endif %}
{% if total_pages > 1 %} {% endif %} {% endif %} {% endblock %}