{% 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 %} {% ifchanged %} {% endifchanged %} {% endfor %}
Bug # Summary Status Last 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|tstodatetime|timesince}} ago
{% endif %}