{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
{% trans "SDN Binding" %}
{% trans "Proxmox Endpoint" %} {{ object.endpoint|linkify|placeholder }}
{% trans "Cluster" %} {{ object.cluster_name }}
{% trans "Source Type" %} {{ object.source_type }}
{% trans "Source Name" %} {{ object.source_name }}
{% trans "Node" %} {{ object.node|placeholder }}
{% trans "Zone" %} {{ object.zone_name|placeholder }}
{% trans "VNet" %} {{ object.vnet_name|placeholder }}
{% trans "Target and Status" %}
{% trans "Target Type" %} {{ object.target_type|placeholder }}
{% trans "Target ID" %} {{ object.target_id|placeholder }}
{% trans "Status" %} {{ object.status }}
{% trans "Conflict Reason" %} {{ object.conflict_reason|placeholder }}
{% trans "Raw Configuration" %}
{{ object.raw_config }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}