{% extends 'netbox_dns/zone_base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
Status | {{ object.status }} |
Nameservers |
|
Default TTL | {{ object.default_ttl }} |
TTL | {{ object.soa_ttl }} |
---|---|
Primary Nameserver | {{ object.soa_mname }} |
Responsible | {{ object.soa_rname }} |
Serial | {{ object.soa_serial }} |
Refresh | {{ object.soa_refresh }} |
Retry | {{ object.soa_retry }} |
Expire | {{ object.soa_expire }} |
Minimum TTL | {{ object.soa_minimum }} |