{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% translate 'Overview of modifications and updates tracked on this object.' %}
| {% translate 'Date/time' %} | {% translate 'User' %} | {% translate 'Action' %} |
|---|---|---|
| {{ action.action_time }} | {{ action.user.get_username }} | {{ action.change_message }} |
{% trans "This object doesn't have a change history." %}
{% endif %}