{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
RIR
Name {{ object.name }}
Description {{ object.description|placeholder }}
Private {% if object.is_private %} {% else %} {% endif %}
Aggregates {{ aggregates_table.rows|length }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
Aggregates
{% include 'inc/table.html' with table=aggregates_table %}
{% if perms.ipam.add_aggregate %} {% endif %}
{% include 'inc/paginator.html' with paginator=aggregates_table.paginator page=aggregates_table.page %} {% plugin_full_width_page object %}
{% endblock %}