{% extends "base.html" %} {% block title %}Edit Domain{% endblock %} {% block navbar %} {% include 'sidebar_email.html' %} {% endblock %} {% block content %}
Status: {% if domain.is_active %} Active {% else %} Inactive {% endif %}
Created: {{ domain.created_at.strftime('%Y-%m-%d %H:%M:%S') }}
Last Updated: {{ domain.updated_at.strftime('%Y-%m-%d %H:%M:%S') }}
Changing the domain name will affect all associated users, IP addresses, and DKIM keys. Make sure to update your DNS records accordingly.