{% extends "base.html" %} {% block title %}Domains - Email Server Management{% endblock %} {% block page_title %}Domain Management{% endblock %} {% block content %}
| Domain Name | Status | Created | Users | DKIM | Actions |
|---|---|---|---|---|---|
|
{{ domain.domain_name }}
|
{% if domain.is_active %} Active {% else %} Inactive {% endif %} | {{ domain.created_at.strftime('%Y-%m-%d %H:%M') }} | {{ domain.users|length if domain.users else 0 }} users | {% set has_dkim = domain.dkim_keys and domain.dkim_keys|selectattr('is_active')|list %} {% if has_dkim %} {% else %} {% endif %} |