{% csrf_token %}

Bug Search

{{ bug_search_form.list_of_bug_client }}
{{ bug_search_form.search }}
{% if bug_results %} {% for row in bug_results %} {% endfor %}
Select Bug ID Bug Description Bug Status
Add Bug {{ row.id }} {{ row.summary|escape|safe }} {{ row.status }}
{% else %}

Sorry, there are no bugs found.

{% endif %}