{% load custom_filters %}
{% load url from future %}
# | Component | Count | State | Function | External links | {% if list_type == 'longterm' %}First appeared | {% endif %}Probably 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 %} | {% if list_type == 'longterm' %}{{ problem.first_occurrence|fancydate }} | {% endif %}{% if problem.probable_fixes %} {{ problem.probable_fixes|join:", " }} {% endif %} |