{% extends "master.html" %} {% block body %}
Compose ID Family Architecture Release Type Status Created Last updated Link
{{ job_detail.compose_id }} {{ job_detail.family }} {{ job_detail.arch }} {{ job_detail.release }} {{ job_detail.image_type }} {% if job_detail.status == 's' %} {% elif job_detail.status in ('f', 'a') %} {% elif job_detail.status == 'r' %} {% elif job_detail.status == 'q' %} {% else %} {% endif %} {{ job_detail.status }} {{ job_detail.created_on.strftime('%Y-%m-%d %H:%M:%S') }} {{ job_detail.last_updated.strftime('%Y-%m-%d %H:%M:%S') }} Download Image
{% for line in job_output_lines %} {% endfor %}
{{ line }}
{% endblock %}