{% if pageIcon is defined %}
{% endif %}

{{ pageTitle|default(title)|default('Dashboard') }}

{% if pageDescription is defined %}

{{ pageDescription }}

{% endif %}

Searching...

{% if updateBadge.show|default(false) %} Update{{ updateBadge.label ? ' ' ~ updateBadge.label : '' }} {% endif %}

Quick Actions

Add Domain
Create Group
Create Tag
WHOIS Lookup

Notifications

{% if unreadNotifications > 0 %} {{ unreadNotifications }} new {% endif %}
{% if recentNotifications is not empty %} {% for notif in recentNotifications %} {% set hasDomain = notif.domain_id is defined and notif.domain_id %} {% if notif.type == 'update_available' %} {% set notifUrl = '/notifications/' ~ notif.id ~ '/mark-read?redirect=settings' %} {% elseif hasDomain %} {% set notifUrl = '/notifications/' ~ notif.id ~ '/mark-read?redirect=domain&domain_id=' ~ notif.domain_id %} {% else %} {% set notifUrl = '/notifications/' ~ notif.id ~ '/mark-read' %} {% endif %} {% set loginData = notif.login_data|default(null) %}
{% if loginData and notif.type == 'session_failed' %} {% if (loginData.country_code|default('xx')) != 'xx' %} {% else %} {% endif %}

{{ notif.title }}

{{ format_login_dropdown(loginData) }}

{{ loginData.reason|default('Failed') }} · {{ notif.time_ago }}

{% elseif loginData and notif.type == 'session_new' %} {% if loginData.country_code != 'xx' %} {% else %} {% endif %}

{{ notif.title }}

{{ format_login_dropdown(loginData) }}

{{ loginData.method|default('Login') }} · {{ notif.time_ago }}

{% else %}

{{ notif.title }}

{{ notif.message }}

{{ notif.time_ago }} {% if hasDomain %} View domain {% endif %}

{% endif %}
{% endfor %} {% else %}

No new notifications

You're all caught up!

{% endif %}
View All Notifications
{% if avatar and (avatar.type == 'uploaded' or avatar.type == 'gravatar') %} {{ avatar.alt|default('User avatar') }} {% else %}
{{ (auth.username|default('A'))|first|upper }}
{% endif %}

Welcome back!

{{ auth.fullName|default(auth.username)|default('User') }}

{{ role_badge(auth.role|default('user'), 'xs') }}
My Profile Account Settings Notifications {% if unreadNotifications > 0 %} {{ unreadNotifications }} {% endif %}
Help & Support
Logout