{% extends "admin/base_site.html" %} {% load i18n %} {% block content %}
Total Likes
25.6K
21% more than last month
Page Views
2.6M
21% more than last month
86%
Tasks done
31 tasks remaining
{% trans "History" %} {% trans "Show All" %}
{% for history in latest_history %} {% endfor %}
{% trans "In" %} {% trans "Action" %} {% trans "At Time" %} {% trans "Admin" %}
{{ history.content_type }}
{{ history.get_action_flag_display }}
{{ history.action_time|timesince }} {% trans 'ago' %} {{ history.user }}
{% endblock %} {% block scripts %} {{ block.super }} {% endblock %}