{% extends 'generic/object.html' %}
{% load helpers %}
{% load plugins %}
{% block extra_controls %}
{% endblock extra_controls %}
{% block content %}
| RIR Config |
{{ object.rir_config|linkify }} |
| Handle |
{{ object.handle }} |
| Net Name |
{{ object.net_name }} |
| Net Type |
{{ object.net_type|placeholder }} |
| Organization |
{{ object.organization|linkify|placeholder }} |
| Auto Reassign |
{% if object.auto_reassign %}
Enabled
{% else %}
Disabled
{% endif %}
|
| Last Synced |
{{ object.last_synced|placeholder }} |
| Aggregate |
{{ object.aggregate|linkify|placeholder }} |
| Prefix |
{{ object.prefix|linkify|placeholder }} |
{% plugin_left_page object %}
{% include 'inc/panels/tags.html' %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock content %}