{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
{% trans "SDN Controller" %}
{% trans "Proxmox Endpoint" %} {{ object.endpoint|linkify|placeholder }}
{% trans "Cluster" %} {{ object.cluster_name }}
{% trans "Controller" %} {{ object.controller_name }}
{% trans "Type" %} {{ object.controller_type|placeholder }}
{% trans "ASN" %} {{ object.asn|placeholder }}
{% trans "Loopback" %} {{ object.loopback|placeholder }}
{% trans "State" %} {{ object.state|placeholder }}
{% trans "Status" %} {{ object.get_status_display }}
{% trans "Topology" %}
{% trans "Peers" %}
{{ object.peers }}
{% trans "Nodes" %}
{{ object.nodes }}
{% trans "Raw Configuration" %}
{{ object.raw_config }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}