{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
Record Information
DNS Zone {{ object.dns_zone.zone_name }}
Record Name {{ object.record_name }}
FQDN {{ object.fqdn }}
Record Type {{ object.record_type }}
Record Value {{ object.record_value }}
TTL {{ object.ttl|placeholder }}
Last Synced {{ object.last_synced }}
Association
Associated Host {% if object.host %} {{ object.host.fqdn }} {% else %} {{ ''|placeholder }} {% endif %}
{% if object.record_type == 'A' or object.record_type == 'AAAA' %}
IP Information
IP Address {{ object.record_value }}
IP Version {% if object.record_type == 'A' %} IPv4 {% else %} IPv6 {% endif %}
{% endif %}
{% endblock %}