{% load template_filters %} {% if bug_list %} {{ table_title }}
{% if pages %} Pages: {% endif %} {% if total_bugs %} Found {{ total_bugs }} {% ifequal total_bugs 1 %}bug{% else %}bugs{%endifequal%} {% endif %}
{% for bug in bug_list %} {% endfor %}
Package Summary Status Modified
{{ bug.package }} {{ bug.id }} {{ bug.subject|escape|slice:":60" }} {% if bug.subject|escape|slice:":60"|length_is:60 %}...{% endif %} {{ bug.pending }} {{ bug.log_modified|tstodate}}
{% endif %}