{% extends 'netbox_dns/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load view_helpers %} {% load perms %} {% block content %}
| Zone | {{ object.zone }} |
|---|---|
| Type | {{ object.type }} |
| Name | {{ object.name }} |
| Value | {{ object.value }} |
| TTL | {{ object.ttl }} |