{% extends "base.html" %} {% load i18n %} {% load static %} {% block content %}

{{ compare_title }}

{% if not bugzilla %} {% if unreported_bugs_count_bz > 0 %} Create Bugzilla ({{ unreported_bugs_count_bz }}) {% endif %} {% else %} BZ#{{ bugzilla.number }} {% if unreported_bugs_count_bz > 0 %} Update Bugzilla ({{ unreported_bugs_count_bz }}) {% endif %} {% endif %} {% if not jira %} {% if unreported_bugs_count_jira > 0 %} Create Jira Issue ({{ unreported_bugs_count_jira }}) {% endif %} {% else %} Jira Issue #{{ jira.key }} {% if unreported_bugs_count_jira > 0 %} Update Jira Issue ({{ unreported_bugs_count_jira }}) {% endif %} {% endif %} {% if sb %} {% if sb.scan.tag %} {{ sb.scan.tag.release.product }} release {{ sb.scan.tag.release.release }} {% endif %} {% if scan_type %} {{ scan_type }} {% endif %} {{ sb.scan.get_state_display }} {% endif %} {% if advisory_link %} Erratum {% endif %} {% if sb.task %} Task {% endif %} {% if sb.scan.base %} Base Task {% endif %} {% if sb.scan.is_errata_base_scan %} Parent Scan {% endif %}
{% if sb.result %} {# display defects list only if scan finished #} {% if status_message %}
{{ status_message }}
{% endif %}
{% else %} {# sb.result #}

{{ not_finished }}

{% endif %} {% if not sb.scan.is_errata_base_scan %} {% endif %}

Legend

Is a bug Fix later Needs Inspection defects count Info defects count Waived defects count Previously Waived 
{% if logs %}
Additional info {% for log in logs %}
{{ log.title }}
{% endfor %}
{% endif %} {% block waiver %} {% endblock %} {% block js %} {% endblock %} {% endblock %}