{% if idn_zone_name %}
{% trans %}Delete record in zone{% endtrans %} "{{ idn_zone_name }}" ({{ zone_name }})
{% else %}
{% trans %}Delete record in zone{% endtrans %} "{{ zone_name }}"
{% endif %} {% if record_info['prio'] %} {% endif %} {% if record_info['prio'] %} {% endif %}
Name Type ContentPriorityTTL
{{ record_info['name'] }} {{ record_info['type'] }} {{ record_info['content'] }}{{ record_info['prio'] }}{{ record_info['ttl'] }}
{% if (record_info['type'] == 'NS' and record_info['name'] == zone_name) or record_info['type'] == 'SOA' %}

{% trans %}You are trying to delete a record that is needed for this zone to work.{% endtrans %}

{% endif %}

{% trans %}Are you sure?{% endtrans %}