{% extends "admin/base_site.html" %} {% load i18n static %} {% block content %}

Today's Money

$53,000 +55%

Today's Users

2,300 +3%

New Clients

+3,462 -2%

Sales

$103,430 +5%

Built by developers

Soft UI Dashboard

From colors, cards, typography to complex elements, you will find the full documentation.

Read More
waves
rocket
Work with the rockets

Wealth creation is an evolutionarily recent positive-sum game. It is all about who take the opportunity first.

Read More
Active Users

(+23%) than last week

document

Users

36K

spaceship

Clicks

2m

credit-card

Sales

435$

settings

Items

43

Sales overview

4% more in 2021

Projects

30 done this month

Companies Members Budget Completion
xd
Soft UI XD Version
$14,000
60%
atlassian
Add Progress Track
$3,000
10%
team7
Fix Platform Errors
Not set
100%
spotify
Launch our Mobile App
$20,500
100%
jira
Add the New Pricing Page
$500
25%
invision
Redesign New Online Shop
$2,000
40%
{% trans 'Recent actions' %}

{% trans 'My actions' %}

{% load log %} {% get_admin_log 10 as admin_log for_user user %} {% if admin_log %} {% for entry in admin_log %}
{% if entry.is_addition %} {% endif %} {% if entry.is_change %} {% endif %} {% if entry.is_deletion %} {% endif %}
{% if entry.content_type %} {% filter capfirst %}{{ entry.content_type }}{% endfilter %} {% else %} {% trans 'Unknown content' %} {% endif %}

{{ entry.object_repr }}

{% endfor %} {% else %}

{% trans 'None available' %}

{% endif %}
{% include "admin/includes/footer.html" %}
{% endblock content %} {% block scripts %} {% endblock scripts %}