{% extends "layout.html" %} {% from "macros/msg_handlers.html" import domain_ownership_msg_handler with context %} {% block title %}{{ _('Domain ownership verification') }}{% endblock %} {% block navlinks_system %}class="active"{% endblock %} {% block main %} {# Show system message #} {{ domain_ownership_msg_handler(msg) }}
{{ _('Please verify mail domains listed below, to ensure that it is an valid domain and you have the required privileges in the domain to manage the email services. Mail services are disabled for pending domains, and will be enabled automatically after verified.') }}
{{ _('To verify domain ownership, please choose one of methods listed below:') }}