{% extends 'layouts/layout_base.html' %} {% load extratags %} {% block body_content %}
Signatures

{% if isAll %} Displaying all {{ siglist|length }} signature entries in the database. {% else %} Displaying {{ siglist|length }} unreported signature entries from the database.

{% endif %}

{% for entry in siglist %} {% endfor %}
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 %}
{% endblock body_content %}