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

{{ custom_domain.domain }} deleted alias (aka Trash)

{% if domain_deleted_aliases | length > 0 %}
Remove all deleted aliases from the trash, allowing them to be re-created. That operation is irreversible.
{% else %} There's no deleted alias recorded for this domain. {% endif %} {% for deleted_alias in domain_deleted_aliases %}
{{ deleted_alias.email }} - deleted {{ deleted_alias.created_at | dt }}
{% endfor %} {% endblock %}