{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Address Family
{% if object.vpnv4_address_family %} {% else %} {% endif %} {% if object.vpnv6_address_family %} {% else %} {% endif %}
Name {{ object.name }}
VPNV4 Community {{ object.vpnv4_community }} ActiveInactive
VPNV6 Community {{ object.vpnv6_community }} ActiveInactive
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}