{% extends "admin/base_site.html" %} {% load admin_urls %} {% block breadcrumb_items %}
{{ _("Date/time") }} | {{ _("User") }} | {{ _("Action") }} |
---|---|---|
{% if show_log_link %} {{ action.action_time|date:"DATETIME_FORMAT" }} {% else %} {{ action.action_time|date:"DATETIME_FORMAT" }} {% endif %} | {% if show_user_link %} {{ action.user.get_username }} {% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %} {% else %} {{ action.user.get_username }} {% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %} {% endif %} | {{ action.get_change_message }} |