{% extends 'generic/object.html' %} {% block content %}
Registrar
{% if object.description %} {% endif %}
Name {{ object.name }}
Description {{ object.description }}
IANA ID {{ object.iana_id }}
Contact Details
Address {{ object.address }}
Referral URL {{ object.referral_url }}
WHOIS Server {{ object.whois_server }}
Abuse Email {{ object.abuse_email }}
Abuse Phone {{ object.abuse_phone }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %}
{% endblock %}