{% extends '_base.html' %} {% load humanize %} {% load helpers %} {% block title %}RIRs{% endblock %} {% block content %}
{% if request.GET.family == '6' %} IPv4 Stats {% else %} IPv6 Stats {% endif %} {% if perms.ipam.add_rir %} Add a RIR {% endif %}

RIRs

{% include 'utilities/obj_table.html' with bulk_delete_url='ipam:rir_bulk_delete' %} {% if request.GET.family == '6' %}
Note: Numbers shown indicate /64 prefixes.
{% endif %}
{% include 'inc/filter_panel.html' %}
{% endblock %}