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

Displaying {{ siglist|length }} watched signature entries from the database.

{% for entry in siglist %} {% endfor %}
ID Short Description New Crashes Watch
{{ entry.pk }} {{ entry.shortDescription|escape }} {{ entry.newCrashes }}
{% endblock body_content %}