{% endif %}
{% if form_data.dns %}
{{ row.dns_lookup }} |
{% endif %}
{% if form_data.netbios %}
{{ row.netbiosname|default_if_none:'' }} |
{% endif %}
{% with form_data.dns|yesno:"True," as dns %}
{{ row.ip_int_value }}
{{ row.ip }}
|
|
{% if row.mac %}
{{ row.mac }}
{% endif %}
{% endwith %}
|
{{ row.start_time|date:"Y-m-d H:i:s" }} |
{% if row.still_active %}
{{ row.still_active }}
{% if row.fishy %}{% include "machinetracker/fishy.html" %}{% endif %}
{% else %}
{{ row.end_time|date:"Y-m-d H:i:s" }}
{% endif %}
|
{% endfor %}
{% endfor %}