{% extends "admin/base.html" %} {% load surface_theme %} {% block title %} Home {% endblock title %} {% block content %} {% if app_label %} {% include 'admin/home/app_list.html' %} {% else %}

{% get_title False %}

Security Intelligence Automation Platform
{% include 'admin/home/users_stats.html' %}
{% include 'admin/home/modules_list.html' %} {% include 'admin/home/links_list.html' %} {% include 'admin/home/activity.html' %}
{% endif %} {% endblock content %} {% block javascripts %} {% endblock javascripts %}