{% extends "base.html" %} {% block title %}migration {% if success %}complete{% else %}failed{% endif %} - irc.now{% endblock %} {% block content %}
{% if success %}

migration complete

{{ message }}

{% if !networks.is_empty() %} {% endif %} view bouncers
{% else %}

migration failed

{{ message }}

try again
{% endif %}
{% endblock %}