{% if not domain.is_active %}
This domain is not checked by the cron. You will not receive status or expiration alerts.
Enable active monitoring in Edit{{ domain.registrar ?? 'Unknown' }}
{{ whoisData.iana_id ?? '-' }}
{{ whoisData.whois_server ?? '-' }}
{{ whoisData.owner ?? '-' }}
{{ whoisData.organization ?? '-' }}
{{ whoisData.country ?? '-' }}
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 %}
No nameservers
{{ whoisData|json_encode(constant('JSON_PRETTY_PRINT')) }}