Registrar:
{{ domain.registrar ?? 'Unknown' }}
{% if domain.registrar_url is not empty %}
{% endif %}
Expires:
{% set expiryColor = domain.expiryColor|default('gray') %}
{% 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 %}
{% if domain.isManualExpiration %}
Manual
{% endif %}
{% else %}
Unknown
{% endif %}
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 %}
Last Checked:
{% if domain.last_checked is defined and domain.last_checked %}{{ domain.last_checked|date('M d, Y H:i') }}{% else %}-{% endif %}