{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
{% trans "SDN Subnet" %}
{% trans "Proxmox Endpoint" %} {{ object.endpoint|linkify|placeholder }}
{% trans "Cluster" %} {{ object.cluster_name }}
{% trans "Zone" %} {{ object.zone_name|placeholder }}
{% trans "VNet" %} {{ object.vnet_name }}
{% trans "Subnet" %} {{ object.subnet }}
{% trans "Type" %} {{ object.subnet_type|placeholder }}
{% trans "Gateway" %} {{ object.gateway|placeholder }}
{% trans "Source NAT" %} {{ object.snat|yesno:"Yes,No" }}
{% trans "Projection" %}
{% trans "NetBox Prefix" %} {{ object.prefix|linkify|placeholder }}
{% trans "Skip Reason" %} {{ object.skip_reason|placeholder }}
{% trans "Status" %} {{ object.get_status_display }}
{% trans "Raw Configuration" %}
{{ object.raw_config }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}