{% extends "base.html" %} {% block title %}{% if device %}Edit Device – {{ device.name }}{% else %}New Device{% endif %}{% endblock %} {% block content %}
{% if device %} Update identity or change the hardware binding below. {% else %} Define the device identity first — hardware binding is optional and can be added later. {% endif %}