{% extends "admin/base_site.html" %} {% load dash_tags %} {% load i18n %} {% block content_title %} {{ index_title|default:"Django Daisy Dashboard" }} {% endblock %} {% block content %}
{% 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 }} |