{% extends 'base.html' %} {% load buttons %} {% load static %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block title %}{{ object }}{% endblock %} {% block header %}
{% plugin_buttons object %} {% if perms.ipam.add_rir %} {% clone_button object %} {% endif %} {% if perms.ipam.change_rir %} {% edit_button object %} {% endif %} {% if perms.ipam.delete_rir %} {% delete_button object %} {% endif %}

{{ object }}

{% include 'inc/created_updated.html' %}
{% custom_links object %}
{% endblock %} {% block content %}
RIR
Description {{ object.description|placeholder }}
Private {% if object.is_private %} {% else %} {% endif %}
Aggregates {{ aggregate_table.rows|length }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% plugin_left_page object %}
Aggregates
{% include 'inc/table.html' with table=aggregate_table %} {% if perms.ipam.add_aggregate %} {% endif %}
{% include 'inc/paginator.html' with paginator=aggregate_table.paginator page=aggregate_table.page %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}