{% load i18n static simpletags %}
{% if "SIMPLEUI_HOME_QUICK"|get_config != False%} {% if "SIMPLEUI_HOME_INFO"|get_config != False %} {% else %} {% endif %}
{% if "SIMPLEUI_HOME_QUICK"|get_config != False %} {% endif %}
{% endif %} {% if "SIMPLEUI_HOME_INFO"|get_config != False %}
simpleui
{% get_app_info %}
Gitee Github
{% 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 %}