{% extends 'ipam/aggregate/base.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% block content %}
Aggregate
Family IPv{{ object.family }}
RIR {{ object.rir }}
Utilization {% utilization_graph object.get_utilization %}
Tenant {% if object.tenant %} {% if prefix.object.group %} {{ object.tenant.group }} / {% endif %} {{ object.tenant }} {% else %} None {% endif %}
Date Added {{ object.date_added|annotated_date|placeholder }}
Description {{ object.description|placeholder }}
{% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}