{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block javascripts %} {% endblock %} {% block body %}

Database Transfer Complete!

Your data has been successfully moved to the new database, and the environment variables have been updated.

{% if logs|length > 0 %}
Data Clean-up Notice

During the transfer, the following orphaned records were safely ignored to maintain database integrity:

{% else %}
Perfect transfer! No orphaned records were found.
{% endif %}

You must log in again to establish a connection with the new database.

Acknowledge & Relogin
{% endblock %}