{% endif %}
{% if row.netbox.sysname %}
{{ row.netbox.sysname }}
{% else %}
{{ row.sysname }}
{% endif %}
|
{% if row.netbox.sysname %}
{% endif %}
|
{{ row.module|default_if_none:"" }}
|
{% with form_data.dns|yesno:"True," as dns %}
{{ row.port }}
{% endwith %}
|
{% if row.netbox.sysname and row.port %}
{% endif %}
|
{{ row.start_time|date:"Y-m-d H:i" }} |
{% 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" }}
{% endif %}
|
{% with form_data.dns|yesno:"True," as dns %}
{% if forloop.first %}
{{ row.mac }}
{% endif %}
{% endwith %}
|
{% endfor %}
{% endfor %}