{% else %}
{% endif %}
| Name |
{{ object.name }} |
{% if unicode_name %}
| IDN |
{{ unicode_name }} |
{% endif %}
| Zone |
{% if object.managed %}
{{ object.zone }} |
{% else %}
{{ object.zone }} |
{% endif %}
{% if not object.managed %}
| Tenant |
{% if object.tenant.group %}
{{ object.tenant.group|linkify }} /
{% endif %}
{{ object.tenant|linkify|placeholder }}
|
{% endif %}
| Type |
{{ object.type }} |
| Value |
{{ object.value }} |
{% if unicode_value %}
| Unicode Value |
{{ unicode_value }} |
{% endif %}
| TTL |
{{ object.ttl|placeholder }} |
{% if object.type == 'A' or object.type == 'AAAA' %}
| Disable PTR |
{% checkmark object.disable_ptr %} |
{% endif %}
{% if object.ptr_record %}
| PTR Record |
{{ object.ptr_record }} |
{% endif %}
{% if object.address_record %}
| Address Record |
{{ object.address_record }} |
{% if object.address_record.ipam_ip_address %}
| IPAM IP Address |
{{ object.address_record.ipam_ip_address }} |
{% endif %}
{% endif %}
{% if object.ipam_ip_address %}
| IPAM IP Address |
{{ object.ipam_ip_address }} |
{% endif %}
{% if object.rfc2317_cname_record %}
| RFC2317 CNAME Record |
{{ object.rfc2317_cname_record }} |
{% endif %}
| Status |
{% badge object.get_status_display bg_color=object.get_status_color %} |
{% if object.description %}
| Description |
{{ object.description }} |
{% endif %}
{% if object.rfc2317_ptr_records.all|length %}
{% endif %}
{% if not object.managed %}
{% include 'inc/panels/custom_fields.html' %}
{% endif %}
{% if not object.managed %}
{% include 'inc/panels/tags.html' %}
{% endif %}