{% extends 'default.html' %} {% set active_page = "dashboard" %} {% block title %} Receive {{ alias.email }} {% endblock %} {% block default_content %}

Receive {{ alias.email }}

You are invited to become the owner of the alias {{ alias.email }}

Please choose the mailbox(es) that owns this alias 👇

{% endblock %} {% block script %} {% endblock %}