{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} | ||
---|---|---|---|
VPNV4 Community | {{ object.vpnv4_community }} | {% if object.vpnv4_address_family %}Active | {% else %}Inactive | {% endif %}
VPNV6 Community | {{ object.vpnv6_community }} | {% if object.vpnv6_address_family %}Active | {% else %}Inactive | {% endif %}