{% extends 'dashboard/domain_detail/base.html' %} {% set domain_detail_page = "info" %} {% block title %} {{ custom_domain.domain }} Info {% endblock %} {% block domain_detail_content %}

{{ custom_domain.domain }} {% if custom_domain.verified %} {% else %} 🚫 {% endif %}

Created {{ custom_domain.created_at | dt }}
{{ nb_alias }} aliases
Catch All
This feature allows you to create aliases on the fly. Simply use anything@{{ custom_domain.domain }} next time you need an email address.
The alias will be created the first time it receives an email.
{% endblock %} {% block script %} {% endblock %}