{% load static %} {% for entry in entries %} {% endfor %}
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' %} Linux {% elif entry.os.name|escape == 'macosx' %} MacOS {% elif entry.os.name|escape == 'windows' %} Windows {% elif entry.os.name|escape == 'android' %} Android {% else %} {{ entry.os.name|escape }} {% endif %} {{ entry.tool.name|escape }}