{% extends 'netbox_cloudflare_plugin/no_edit_base.html' %} {% load plugins %} {% block content %}
| 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 }} |