{% extends 'netbox_cloudflare_plugin/no_edit_base.html' %} {% load plugins %} {% block content %}
DNS RECORD
Zone {{ object.zone|linkify }}
Name {{ object.name }}
Type {{ object.get_type_display }}
Content {{ object.content }}
TTL {{ object.ttl }}
Proxied {% checkmark object.proxied %}
Record ID {{ object.record_id }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% endblock content %}