{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block extra_controls %}
{% csrf_token %}
{% endblock extra_controls %} {% block content %}
RIR Config
RIR {{ object.rir|linkify }}
Name {{ object.name }}
Org Handle {{ object.org_handle|placeholder }}
API URL {{ object.api_url|placeholder }}
Active {% checkmark object.is_active %}
Last Sync {{ object.last_sync|placeholder }}
{% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock content %}