{% extends 'ipam/aggregate/base.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
| {% trans "Family" %} | IPv{{ object.family }} |
| {% trans "RIR" %} | {{ object.rir }} |
| {% trans "Utilization" %} | {% utilization_graph object.get_utilization %} |
| {% trans "Tenant" %} | {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }} |
| {% trans "Date Added" %} | {{ object.date_added|annotated_date|placeholder }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |