{% extends "admin/base.html" %} {% load i18n admin_urls %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if action_list %}
| {% trans 'Date/time' %} | {% trans 'User' %} | {% trans 'Action' %} |
|---|---|---|
| {{ action.action_time|date:"DATETIME_FORMAT" }} | {{ action.user.get_username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %} | {{ action.get_change_message }} |