{% extends "settings/base.html" %} {% block subtitle %}Migrate Here{% endblock %} {% block settings_content %}
{% csrf_token %}
Add New Alias

To move another account to this one, first add it as an alias here, and then go to the server where it is hosted and initiate the move.

{% include "forms/_field.html" with field=form.alias %}

Current Aliases

{% for alias in aliases %} {% empty %} {% endfor %}
{{ alias.handle }} Remove Alias
You have no aliases.
{% endblock %}