{% extends "arnold/base.html" %} {% block content %} {% comment %} Display form for defining search parameters {% endcomment %}
{% comment %} Display search results {% endcomment %} {% if form.is_bound and not form.errors %}IP | DNS | MAC | Netbios | Status | Reason | Last changed | |
---|---|---|---|---|---|---|---|
{{ result.ip }} | {{ result.dns }} | {{ result.mac }} | {{ result.netbios }} | {{ result.status }} | {{ result.justification }} | {{ result.last_changed|date:"DATETIME_FORMAT" }} | Details |
{{ search_result|length }} result{{ search_result|pluralize:'s' }} found |