{% extends "admin/base_site.html" %}{% load i18n admin_urls %}{% load url from future %} {% block breadcrumbs %} {% endblock %} {% block main-struct %}
{% if action_list %} {% for action in action_list %} {% endfor %}
{{ action.action_time|date:"DATETIME_FORMAT" }} {{ action.user.username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %} {{ action.change_message }}
{% else %}
{% trans "This object doesn't have a change history. It probably wasn't added via this admin site." %}
{% endif %}
{% endblock %}