{% load custom_filters %} {% load url from future %}
{% if list_type == 'longterm' %} {% endif %} {% for problem in problems.object_list %} {% if list_type == 'longterm' %} {% endif %} {% endfor %}
# Component Count State Function External linksFirst appearedProbably fixed
{{ problem.id }} {% for name in problem.unique_component_names %} {{ name }}{% if not forloop.last %}, {% endif %} {% endfor %} {{ problem.count }} {{ problem.status }} {{ problem.crash_function|truncatechars:50 }} {% with problem.bugs as bugs %} {% include "external_links.html" %} {% endwith %} {{ problem.first_occurrence|fancydate }} {% if problem.probable_fixes %} {{ problem.probable_fixes|join:", " }} {% endif %}
{% with problems as paginated %} {% include "paginator.html" %} {% endwith %}