{% extends '_base.html' %} {% load helpers %} {% block header %}
Family | {{ aggregate.get_family_display }} |
RIR | {{ aggregate.rir }} |
Utilization | {{ aggregate.get_utilization }}% |
Date Added | {% if aggregate.date_added %} {{ aggregate.date_added }} {% else %} N/A {% endif %} |
Description | {% if aggregate.description %} {{ aggregate.description }} {% else %} N/A {% endif %} |
Tags | {% for tag in aggregate.tags.all %} {% tag tag 'ipam:aggregate_list' %} {% empty %} N/A {% endfor %} |