{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load perms %} {% load i18n %} {% block control-buttons %} {% if object.managed %} {% else %} {{ block.super }} {% endif %} {% endblock control-buttons %} {% block breadcrumbs %} {% if object.managed %}
{% trans "Name" %} | {{ object.name }} | |
---|---|---|
{% trans "IDN" %} | {{ unicode_name }} | |
{% trans "Zone" %} | {% if object.managed %}{{ object.zone }} | {% else %}{{ object.zone }} | {% endif %}
{% trans "Tenant" %} | {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }} | |
{% trans "Type" %} | {{ object.type }} | |
{% trans "Value" %} | {{ object.value }} | |
{% trans "Unicode Value" %} | {{ unicode_value }} | |
{% trans "TTL" %} | {{ object.ttl|placeholder }} | |
{% trans "Disable PTR" %} | {% checkmark object.disable_ptr %} | |
{% trans "PTR Record" %} | {{ object.ptr_record|linkify }} | |
{% trans "Address Record" %} | {{ object.address_record|linkify }} | |
{% trans "IPAM IP Address" %} | {{ object.address_record.ipam_ip_address|linkify }} | |
{% trans "IPAM IP Address" %} | {{ object.ipam_ip_address|linkify }} | |
Status | {% badge object.get_status_display bg_color=object.get_status_color %} | |
{% trans "Description" %} | {{ object.description }} |