{% extends 'netbox_dns/zone/base.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Registrar" %} | {{ object.registrar|linkify|placeholder }} |
|---|---|
| {% trans "Registry Domain ID" %} | {{ object.registry_domain_id|placeholder }} |
| {% trans "Expiration Date" %} | {{ object.expiration_date|placeholder }} |
| {% trans "Warning" %} | {{ expiration_warning }} |
| {% trans "Error" %} | {{ expiration_error }} |
| {% trans "Domain Status" %} | {% badge object.get_domain_status_display bg_color=object.get_domain_status_color %} |
| {% 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 }} |