{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load perms %} {% load i18n %} {% block content %}
{% trans "Name" %} | {{ object.name }} | |
---|---|---|
{% trans "Description" %} | {{ object.description }} | |
{% trans "Tenant" %} | {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }} | |
{% trans "Nameservers" %} |
|
|
{% trans "Description" %} | {{ object.description }} |
{% trans "Registrar" %} | {{ object.registrar|linkify|placeholder }} |
---|---|
{% trans "Registrant" %} | {{ object.registrant|linkify|placeholder }} |
{% trans "Administrative Contact" %} | {{ object.admin_c|linkify|placeholder }} |
{% trans "Technical Contact" %} | {{ object.tech_c|linkify|placeholder }} |
{% trans "Billing Contact" %} | {{ object.billing_c|linkify|placeholder }} |