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

{% trans 'History of changing password' %}

{% for item in passhistory %} {% ifequal item.1 item.2 %} {% ifequal item.3 'Success' %} {% endfor %}
{% trans 'Date' %}{% trans 'operator' %}{% trans 'username' %}{% trans 'status' %}{% trans 'reason' %}
{{ item.0 }} {% else %} {% endifequal %} {{ item.1 }} {{ item.2 }}{% trans 'Success' %} {% else %} {% trans 'Fail' %} {% endifequal %} {{ item.4 }}
{% endblock %}