{% extends 'layouts/layout_base.html' %} {% load extratags %} {% block body_content %}
{% if isAll %} Displaying all {{ siglist|length }} signature entries in the database. {% else %} Displaying {{ siglist|length }} unreported signature entries from the database.
{% endif %}ID | Short Description | Bucket Size | Best Test Quality | External Bug | Pending Optimization |
---|---|---|---|---|---|
{{ entry.pk }} | {{ entry.shortDescription|escape }} | {{ entry.size }} | {{ entry.quality }} | {% if entry.bug %} {{entry.bug.externalId }} {% else %} Assign {% endif %} | {% if entry.optimizedSignature %} Yes {% endif %} |