{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • RIRs
  • {{ object }}
  • {% endblock %} {% block content %}
    RIR
    Name {{ object.name }}
    Description {{ object.description|placeholder }}
    Private {% if object.is_private %} {% else %} {% endif %}
    Aggregates {{ aggregates_table.rows|length }}
    {% plugin_left_page object %}
    {% include 'inc/custom_fields_panel.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 %}