{% extends 'generic/object.html' %} {% block content %}
Name Server
{% if unicode_name %} {% endif %}
Name {{ object.name }}
IDN {{ unicode_name }}
Tenant {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }}
Description {{ object.description }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %}
{% endblock %}