{% load i18n static simpletags %}
{% if "SIMPLEUI_HOME_INFO"|get_config != False %}
{{ user }} {% trans 'Change password' %}
{% get_server_info %}
{% get_app_info %}
simpleui
Gitee Github
{% endif %} {% if "SIMPLEUI_HOME_QUICK"|get_config != False %}
卡片名称
{% endif %} {% if "SIMPLEUI_HOME_ACTION"|get_config != False %}
{% trans 'Recent actions' %}
{% load log %} {% get_admin_log 10 as admin_log for_user user %} {% if admin_log %}
{% for entry in admin_log %}

{{ entry.user }} {{ entry.action_time }}

{{ entry.content_type }}: {{ entry }}

{% endfor %}
{% endif %}
{% endif %}