{% extends "base.html" %} {% block content %}
Score | Queued | Package | Status | {% if PAGE_TYPE != 'queued' %}Log | {% endif %}
---|---|---|---|---|
{{ 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 }} | {% if PAGE_TYPE != 'queued' %}
{{ task.log }}
|
{% endif %}