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

RIRs

{% include 'ipam/inc/rir_table.html' %}
{% endblock %}