{% if not domain.is_active %}

Active monitoring is disabled

This domain is not checked by the cron. You will not receive status or expiration alerts.

Enable active monitoring in Edit
{% endif %}

Registration

{{ csrf_field()|raw }}

{{ domain.registrar ?? 'Unknown' }}

{% if domain.registrar_url is defined and domain.registrar_url %} Visit Registrar {% else %} - {% endif %}

{{ whoisData.iana_id ?? '-' }}

{% if domain.abuse_email %} {{ domain.abuse_email }} {% else %} - {% endif %}

{{ whoisData.whois_server ?? '-' }}

Registrant

{{ whoisData.owner ?? '-' }}

{{ whoisData.organization ?? '-' }}

{% if whoisData.email is defined and whoisData.email %} {{ whoisData.email }} {% else %} - {% endif %}

{{ whoisData.country ?? '-' }}

Enabled

Important Dates

Created

{% if whoisData.creation_date is defined %}{{ whoisData.creation_date|date('M d, Y') }}{% else %}-{% endif %}

Last Updated

{% if domain.updated_date is defined and domain.updated_date %}{{ domain.updated_date|date('M d, Y') }}{% else %}-{% endif %}

Expires

{% if domain.expiration_date is defined and domain.expiration_date %} {{ domain.expiration_date|date('M d, Y') }}{% if domain.daysLeft is defined and domain.daysLeft is not null %} ({{ domain.daysLeft }} days){% endif %} {% else %}-{% endif %}

Last Checked

{% if domain.last_checked is defined and domain.last_checked %}{{ domain.last_checked|date('M d, Y H:i') }}{% else %}-{% endif %}

Name Servers {% if whoisData.nameservers is defined and whoisData.nameservers is not empty %} {{ whoisData.nameservers|length }} {% endif %}

{% if whoisData.nameservers is defined and whoisData.nameservers is not empty %} {% for ns in whoisData.nameservers %}
{{ loop.index }}
{{ ns }}
{% endfor %} {% else %}

No nameservers

{% endif %}

Domain Status Codes {% if domain is defined and domain.parsedStatuses is defined and domain.parsedStatuses is not empty %} {{ domain.parsedStatuses|length }} {% endif %}

{% if domain is defined and domain.parsedStatuses is defined and domain.parsedStatuses is not empty %} {% for status in domain.parsedStatuses %} {{ status|replace({'_':' '})|title }} {% endfor %} {% else %} No status codes {% endif %}