{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %}
| name | {{ object.name }} |
| Description | {{ object.description|placeholder }} |
| Local AS | {{ object.local_as|linkify|placeholder }} |
| Remote AS | {{ object.remote_as|linkify|placeholder }} |
| Prefix List (in) | {{ object.prefix_list_in|linkify|placeholder }} |
| Prefix List (out) | {{ object.prefix_list_out|linkify|placeholder }} |
{{ object.extra_attributes|pprint }}