{% extends 'netbox_cloudflare_plugin/no_edit_base.html' %} {% load plugins %} {% block content %}
ZONE ACCOUNT
Zone Name {{ object.zone_name }}
Zone ID {{ object.zone_id }}
Token {{ object.token }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% endblock content %}