{% if zone_type == "SLAVE" or perm_edit == "none" or (perm_edit == "own" or perm_edit == "own_as_client")
and user_is_zone_owner == "0" %}
| {{ record["name"] }} |
IN |
{{ record["type"] }} |
{{ record['content'] }} |
{{ record["prio"] }} |
{{ record["ttl"] }} |
{% if iface_record_comments %}
{{ record["comment"] }} |
{% endif %}
{$ endif %}
{% else %}
.{{ idn_zone_name ?: zone_name }}
|
IN |
|
{% trans %}Provide content{% endtrans %}
|
|
|
{% if iface_record_comments %}
|
{% endif %}
|
{% endif %}