{% extends "base.html" %} {% block content %}

{{PAGE_TITLE}}

{% if PAGE_TYPE != 'queued' %} {% endif %} {% for task in tasks %} {% if PAGE_TYPE != 'queued' %} {% endif %} {% endfor %}
Score Queued Package StatusLog
{{ task.score }} {% if PAGE_TYPE == 'running' %} Started at
(Duration: ) {% elif PAGE_TYPE == 'queued' %} {% else %} {% if task.successful == 'true' %} Task Succeeded
{% else %} Task Failed
{% endif %} Started at
Finished at
(Duration: ) {% endif %}
Name: {{ task.package_name }}
Release: {{ task.package_codename }}
{{ task.job_status }}
{{ task.log }}
{% endblock %}