{% extends '_base.html' %} {% block content %}
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 %} |