{% extends "maasserver/base.html" %} {% block nav-active-settings %}active{% endblock %} {% block title %}Node: {{ node.hostname }}{% endblock %} {% block page-title %}Node: {{ node.hostname }}{% endblock %} {% block layout-modifiers %}sidebar{% endblock %} {% block sidebar %} {% if can_edit %}

Node details

Edit node
{% endif %} {% if form.transition_buttons or can_delete %}

Actions

{% if can_delete %} Delete node {% endif %} {% for transition in form.transition_buttons %} {% if forloop.first %}
{% endif %} {% if forloop.last %}
{% endif %} {% endfor %}
{% endif %} {% endblock %} {% block content %} {% endblock %}