{% extends '_base.html' %} {% load humanize %} {% load helpers %} {% block title %}RIRs{% endblock %} {% block content %}
{% if perms.ipam.add_rir %} Add a RIR {% endif %}

RIRs

{% include 'utilities/obj_table.html' with bulk_delete_url='ipam:rir_bulk_delete' %}

Totals

{{ totals.total|intcomma }}

All IPv4 space

{{ totals.active|intcomma }}

Active

{{ totals.reserved|intcomma }}

Reserved

{{ totals.deprecated|intcomma }}

Deprecated

{{ totals.available|intcomma }}

Available
{% endblock %}