{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
VRF | {{ object.vrf|linkify }} | Prefix | {{ object.prefix|linkify }} | Gateway | {{ object.gateway_ip|linkify }} | Gateway Device | {% if object.gateway_ip.assigned_object.parent_object %} {{ object.gateway_ip.assigned_object.parent_object|linkify }} / {% endif %} {{ object.gateway_ip.assigned_object|linkify }} |
---|