{% extends "maasserver/base.html" %} {% block nav-active-zone-list %}active{% endblock %} {% block title %}Physical zones{% endblock %} {% block page-title %}{{ paginator.count }}{% if input_query %} matching{% endif %} zone{{ paginator.count|pluralize }} in {% include "maasserver/site_title.html" %}{% endblock %} {% block content %}
Name | Description | Nodes | Devices | {% if user.is_superuser %}{% endif %} |
---|---|---|---|---|
{{ zone_item.name }} | {{ zone_item.description|truncatechars:40 }} | {{ zone_item.node_only_set.count }} | {{ zone_item.device_only_set.count }} | {% if user.is_superuser %}{% if not zone_item.is_default %} edit delete {% endif %} | {% endif %}