{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
| Device | {{ object.device }} |
|---|---|
| VRF | {{ object.vrf }} |
| Session | Local AS | Local Address |
|---|---|---|
| {{ i }} | {{ i.local_as }} | {{ i.local_address }} |
| Route | VRF | Destination Prefix |
|---|---|---|
| {{ i }} | {{ i.vrf }} | {{ i.destination_prefix }} |