{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{% trans 'View Detail' %}{% endblock %} {% block content %}
| {% trans 'Date' %} | {{ date }} |
| {% trans 'Operation' %} | {{ submitMessage }} |
| {% trans 'Target' %} | {{ serverID }} |
| {% trans 'migrate file for Google Apps' %} | {% trans 'Download' %} |
| {% trans 'username' %} | {% trans 'status' %} | {% if isDisplayPassColumn %}{% trans 'password' %} | {% endif %}
|---|---|---|
| {{ value }} | {% endfor %}
{% endblock %}