Domain Information

Registrar: {{ domain.registrar ?? 'Unknown' }}
{% if domain.registrar_url is not empty %}
Registrar URL: Visit
{% 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 %}

Financial Summary

Purchase Price: $12.99
Renewal Cost: $14.99 / yr
Total Spent: $42.97
Next Renewal: {% if domain.expiration_date is defined and domain.expiration_date %} {{ domain.expiration_date|date('M d, Y') }} {% else %} - {% endif %}

Sample data — billing features coming soon

Notes

{% if domain.notes is not empty %}
{{ domain.notes }}
{% else %}

No notes yet.

{% endif %}

Monitoring Status

WHOIS
{% if domain.is_active %} Active {% else %} Disabled {% endif %}
SSL
{% if domain.ssl_monitoring_enabled|default(0) %} Active {% else %} Disabled {% endif %}
DNS
{% if domain.dns_monitoring_enabled|default(1) %} Active {% else %} Disabled {% endif %}
Notification Group
{% if domain.group_name is not empty %} {{ domain.group_name }} {% else %} Assign Group {% endif %}
{% if domain.group_name is not empty %}

Active Channels {{ domain.group_name }}

{% if domain.channels is not empty %}
{% for channel in domain.channels %}
{{ channel.channel_type|capitalize }}
{% endfor %}

{{ domain.activeChannelCount|default(0) }} of {{ domain.channels|length }} channels active

{% else %}

No channels configured for this group

{% endif %}
{% 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 %}