{% load static %}
| ID | Date Added | Short Signature | Crash Address | Test Status | Product | Version | Platform | OS | Tool |
|---|---|---|---|---|---|---|---|---|---|
| {{ entry.pk }} | {{ entry.created|date:"r" }} | {{ entry.shortSignature|escape }} | {{ entry.crashAddress|escape }} | {% if entry.testcase %} Q{{entry.testcase.quality}} {{ entry.testcase.size }} {% if entry.testcase.isBinary %} (binary) {% endif %} {% else %} No test {% endif %} | {{ entry.product.name|escape }} | {{ entry.product.version|escape }} | {{ entry.platform.name|escape }} |
{% if entry.os.name|escape == 'linux' %}
{% elif entry.os.name|escape == 'macosx' %}
{% elif entry.os.name|escape == 'windows' %}
{% elif entry.os.name|escape == 'android' %}
{% else %}
{{ entry.os.name|escape }}
{% endif %}
|
{{ entry.tool.name|escape }} |