{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% trans 'Date/time' %} | {% trans 'User' %} | {% trans 'Action' %} |
---|---|---|
{{ action.action_time|date:_("DATETIME_FORMAT") }} | {{ action.user.username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %} | {% ifequal forloop.counter 1 %} {% trans "Created object" %} {% else %} {{ action.change_message }} {% endifequal %} |
{% trans "This object doesn't have a change history. It probably wasn't added via this admin site." %}
{% endif %}