{% extends "base.html" %} {% block content %}

Migrate mntner

{% if irrd_internal_migration_enabled %}
{{ form_html }}
After you complete this step correctly, IRRD will send a confirmation link to all admin-c contact listed for this mntner. You need to open this link to complete the migration.
{% else %}

Migrating mntners is not enabled on this instance.

{% endif %} {% endblock %}