{% extends 'layout/base.twig' %} {% set title = 'Dashboard' %} {% set pageTitle = 'Dashboard Overview' %} {% set pageDescription = 'Monitor your domains and expiration dates' %} {% set pageIcon = 'fas fa-chart-line' %} {% set topRegistrars = registrarCounts|default({})|slice(0, 8) %} {% set topTags = dashTags|default([])|filter(t => t.usage_count|default(0) > 0)|slice(0, 8) %} {% set domainsWithoutGroup = totalDomainCount|default(0) - domainsWithGroup|default(0) %} {% set totalGroupCount = groups|default([])|length %} {% block content %} {# Welcome Banner #}
{% if domainStats.expiring_soon|default(0) > 0 %} You have {{ domainStats.expiring_soon }} domain{{ domainStats.expiring_soon > 1 ? 's' : '' }} expiring within {{ domainStats.expiring_threshold|default(30) }} days. {% else %} All your domains are in good standing. No urgent actions needed. {% endif %}
Total Domains
{{ domainStats.total|default(0) }}
Active
{{ domainStats.active|default(0) }}
Expiring Soon
{{ domainStats.expiring_soon|default(0) }}
Inactive
{{ domainStats.inactive|default(0) }}
No domains added yet
Add Your First DomainNo domains expiring soon
within {{ domainStats.expiring_threshold|default(30) }} days
No registrar data
No tags in use
{{ domainsWithGroup|default(0) }}
With Notifications
{{ domainsWithoutGroup }}
Without Notifications
No domains to monitor