{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
{% trans "SDN Fabric" %}
{% trans "Proxmox Endpoint" %} {{ object.endpoint|linkify|placeholder }}
{% trans "Cluster" %} {{ object.cluster_name }}
{% trans "Fabric" %} {{ object.fabric_name }}
{% trans "Type" %} {{ object.get_fabric_type_display }}
{% trans "Status" %} {{ object.get_status_display }}
{% trans "Routing" %}
{% trans "ASN" %} {{ object.asn|placeholder }}
{% trans "Advertise Subnets" %} {{ object.advertise_subnets|yesno:"Yes,No" }}
{% trans "Disable ARP/ND Suppression" %} {{ object.disable_arp_nd_suppression|yesno:"Yes,No" }}
{% trans "VRF VXLAN ID" %} {{ object.vrf_vxlan|placeholder }}
{% trans "Peers" %}
{{ object.peers }}
{% trans "Raw Configuration" %}
{{ object.raw_config }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}