{% comment %} vim: set sw=4 ts=4 sts=4 noet: {% endcomment %} {% block extrajs %} {% endblock %} {% 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 Last modified
{% if bug.pkg_fav %} {% else %} {% endif %} {{ bug.package }}
#{{ bug.id }} {{ bug.subject|truncatewords:6 }} {{ bug.log_modified|tstodatetime|timesince}} ago
{{ bug.severity }} reported by {{ bug.originator }} marked {{ bug.pending }} {% if bug.keywords %} tagged {{ bug.keywords }} {% endif%}
{% endif %}