{% extends 'generic/object.html' %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Owner | {% if object.owner %} {{ object.owner }} {% else %} — {% endif %} |
| Application | {% if object.application %} {{ object.application }} {% else %} — {% endif %} |
| Member of | {% if parent_groups %} {% for pg in parent_groups %} {{ pg.name }}{% if not forloop.last %}, {% endif %} {% endfor %} {% else %} — {% endif %} |
| Description | {{ object.description|default:"—" }} |
Use Check Contents to compare this group with the external system, or Sync to AppViz to push the current contents to it.
| Name | Owner | Application | Description |
|---|---|---|---|
| {{ group.name }} | {% if group.owner %} {{ group.owner }} {% else %} — {% endif %} | {% if group.application %} {{ group.application }} {% else %} — {% endif %} | {{ group.description|default:"—" }} |
| Prefix | Description |
|---|---|
| {{ prefix }} | {{ prefix.description|default:"—" }} |
| No prefixes assigned. | |
| Address | Description |
|---|---|
| {{ ip }} | {{ ip.description|default:"—" }} |
| No IP addresses assigned. | |
| Range | Description |
|---|---|
| {{ range }} | {{ range.description|default:"—" }} |
| No IP ranges assigned. | |