{% extends "layouts/base.html" %} {% load i18n static %} {% block title %} Home {% endblock title %} {% block content %}
weekend

Today's Money

$53k


person

Today's Users

2,300


person

New Clients

3,462


weekend

Sales

$103,430


Website Views

Last Campaign Performance


schedule

campaign sent 2 days ago

Daily Sales

(+15%) increase in today sales.


schedule

updated 4 min ago

Completed Tasks

Last Campaign Performance


schedule

just updated

Projects

30 done this month

Companies Members Budget Completion
xd
Material 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 'includes/footer.html' %}
{% endblock content %} {% block scripts %} {% endblock scripts %}