{% extends 'generic/object_retrieve.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% block masthead %}

{{ object }}

{% endblock masthead %} {% block content_left_page %}
IP Address to Interface
IP Address {{ object.ip_address|hyperlinked_object }}
Interface {{ object.interface|hyperlinked_object }}
VM Interface {{ object.vm_interface|hyperlinked_object }}
Is source? {{ object.is_source }}
Is destination? {{ object.is_destination }}
Is default? {{ object.is_default }}
Is primary? {{ object.is_primary }}
Is secondary? {{ object.is_secondary }}
Is standby? {{ object.is_standby }}
{% endblock content_left_page %}