{% extends "arnold/base.html" %} {% block content %} {% comment %} Display history {% endcomment %} {% if identities %} {% for identity in identities %} {% endfor %} {% endif %}
History
IP DNS MAC Netbios Orgid Status Reason Last Changed _
{{ identity.ip }} {{ identity.dns }} {{ identity.mac }} {{ identity.netbios }} {{ identity.organization|default_if_none:'' }} {{ identity.status }} {{ identity.justification.name }} {{ identity.last_changed|date:"DATETIME_FORMAT" }} Details
{{ identities|length }} hit{{ identities|pluralize:'s' }} in history for the last {{ form.initial.days }} days
{% comment %} Display form for searching in history {% endcomment %}
{{ form.days }} days of history.
{% endblock %}