{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}

{% trans 'Following is the result.' %}

{% if errmsg %}

{% trans 'Failed to migrate users.' %} {{ errmsg }}

{% else %} {% trans 'Now running to migrate users.' %} {% endif %}
{% if migrateFilename %}

{% trans 'When migration of all users finished, please download this csv file to move spool of each users by Google Apps control panel.' %}
http://{{ thisHost }}{% url unicornIDM.idm.views.viewGetMigrateFile orgName=orgName,filename=migrateFilename %}

{% endif %}

{% trans 'You can execute next operations. Would you select a next operation?' %}

{% endblock %}