migration complete
{{ message }}
{% if !networks.is_empty() %}-
{% for net in networks %}
- {{ net.name }} ({{ net.addr }}) -- {{ net.channel_count }} channels {% endfor %}
migration failed
{{ message }}
try again{% extends "base.html" %} {% block title %}migration {% if success %}complete{% else %}failed{% endif %} - irc.now{% endblock %} {% block banner %}{% include "partials/announcement.html" %}{% endblock %} {% block flash %}{% include "partials/flash.html" %}{% endblock %} {% block content %}
{{ message }}
{% if !networks.is_empty() %}{{ message }}
try again