{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{% trans 'View Detail' %}{% endblock %} {% block content %}

{% trans 'View Detail' %}

{% if migrateFilename %} {% endif %}
{% trans 'Date' %}{{ date }}
{% trans 'Operation' %}{{ submitMessage }}
{% trans 'Target repositry' %}{{ serverID }}
{% trans 'migrate file for Google Apps' %}{% trans 'Download' %}

{% trans 'Result of Operations' %}

{% if isDisplayPassColumn %} {% endif %} {% for row in result %} {% for value in row %} {% endfor %} {% endfor %}
{% trans 'username' %} {% trans 'status' %}{% trans 'password' %}
{{ value }}

{% endblock %}