{% extends '_base.html' %} {% 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' %}
{% endblock %}