{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% endblock %} {% block content %}
IRR Prefix List Config
Prefix List {% if object.prefix_list %} {{ object.prefix_list }} {% else %} {{ ''|placeholder }} {% endif %}
IRR Source {% if object.irr_source %} {{ object.irr_source }} {% else %} {{ ''|placeholder }} {% endif %}
Source AS-SET {{ object.source_as_set|placeholder }}
Sync Interval {{ object.sync_interval }} minutes
IRR Managed {% checkmark object.is_irr_managed %}
{% if object.is_irr_managed %} {% endif %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}