{% 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 %} {% comment %} {% if "SIMPLEUI_HOME_INFO"|get_config != False %}
Simpleui
{% get_app_info %}
Github
{% endif %} {% endcomment %}
{% 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 %}
{% comment %}

Run Command:

Change logs:

{% endcomment %}