{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{% trans 'View history of update account' %}{% endblock %} {% block content %}

{% trans 'History of update account' %}

{% for item in updhistory %} {% ifequal item.1 item.2 %} {% ifequal item.5 'OK' %} {% endfor %}
{% trans 'Date' %} {% trans 'operator' %} {% trans 'target' %} {% trans 'username' %} {% trans 'operation' %} {% trans 'status' %} {% trans 'reason' %}
{{ item.0 }} {% else %} {% endifequal %} {{ item.1 }} {{ item.2 }} {{ item.3 }} {{ item.4 }}{% trans 'Success' %} {% else %} {% trans 'Fail' %} {% endifequal %} {{ item.6 }}
{% endblock %}