{% from "ui/_table_macros.html" import copy_chip with context %} {# Column order is identity (MAC, Labels) -> configuration (Image, Boot) -> timeline (Last seen, Last IP, Last flashed) -> actions. Labels sits next to MAC because the two answer "which machine is this?"; Image / Boot say "what is it set up to do?"; the trailing three are the observed-state slice. #}
{{ m.mac }}
{{ m.last_seen_ip }}
{% else %}
-
{% endif %}