{% extends '_base.html' %} {% load buttons %} {% load humanize %} {% block content %}
{% if request.GET.family == '6' %} IPv4 Stats {% else %} IPv6 Stats {% endif %} {% if perms.ipam.add_rir %} {% add_button 'ipam:rir_add' %} {% import_button 'ipam:rir_import' %} {% endif %} {% export_button content_type %}

{% block title %}RIRs{% endblock %}

{% 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/search_panel.html' %}
{% endblock %}