{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load perms %} {% block content %}
Template Name | {{ object.name }} |
---|---|
Name | {{ object.record_name }} |
IDN | {{ unicode_name }} |
Tenant | {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }} |
Type | {{ object.type }} |
Value | {{ object.value }} |
Unicode Value | {{ unicode_value }} |
TTL | {{ object.ttl|placeholder }} |
Disable PTR | {% checkmark object.disable_ptr %} |
Status | {% badge object.get_status_display bg_color=object.get_status_color %} |
Description | {{ object.description }} |