{% extends "_base.html" %} {% block title %}Edit {{ object.name }} - MeshAdmin{% endblock %} {% block content %}
{% csrf_token %}

Optional notes about this rollout.

{% for host in hosts %} {% endfor %}
Name IP Role
{{ host.name }} {{ host.assigned_ip|default:"Not assigned" }} {% if host.is_lighthouse %} Lighthouse {% elif host.is_relay %} Relay {% else %} Client {% endif %}
Cancel
{% endblock %}