{% extends "default.html" %} {% set active_page = "dashboard" %} {% block title %}Custom Alias{% endblock %} {% block default_content %}

New Custom Alias

{% if user_custom_domains|length == 0 and not DISABLE_ALIAS_SUFFIX %}
{% endif %}
The mailbox(es) that owns this alias.
{% endblock %} {% block script %} {% endblock %}