{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Gateway List
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 }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}