{% if error %}
{{error}}


{% elif bug_associate_form %}


Recent bugs shown below. Click on a bug ID to copy into the form field. Highlighting indicates overlapping revision range.

{% for bug in bugs %} {% endfor %}
Bug ID Status Author Summary
{{bug.id}} {{bug.status}} {{bug.author.name}} {{bug.summary}}
{% elif bug_create_form %}
Summary:


Description:


Labels:
{% for label in labels %}
{% endfor %}
Components:
{% for component in components %}
{% endfor %} Owner:


{% elif confirmation_required %}

{{message}}

Do you want to continue?

{% for key, value in parameters.iteritems() %} {% endfor %}
{% else %} {% endif %}