{% if form_data.dns %}
{{ row.dns_lookup }} |
{% endif %}
{% if forloop.first %}
{% with form_data.dns|yesno:"True," as dns %}
{{ row.ip }}
|
|
{% if row.mac %}
{{ row.mac }}
{% endif %}
{% endwith %}
|
{% else %}
| | |
{% endif %}
{{ row.start_time|date:"Y-m-d H:i:s" }} |
{% if row.still_active %}
{{ row.still_active }}
{% else %}
{{ row.end_time|date:"Y-m-d H:i:s" }}
{% endif %}
|
{% endfor %}