/usr/local/lib/python3.9/site-packages/django/contrib/admin/templates/admin
{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %} <div class="breadcrumbs"> <a href="{% url 'admin:index' %}">{% translate 'Home' %}</a> › <a href="{% url 'admin:app_list' app_label=opts.app_label %}">{{ opts.app_config.verbose_name }}</a> › <a href="{% url opts|admin_urlname:'changelist' %}">{{ module_name }}</a> › <a href="{% url opts|admin_urlname:'change' object.pk|admin_urlquote %}">{{ object|truncatewords:"18" }}</a> › {% translate 'History' %} </div> {% endblock %} {% block content %} <div id="content-main"> <div id="change-history" class="module"> {% if action_list %} <table> <thead> <tr> <th scope="col">{% translate 'Date/time' %}</th> <th scope="col">{% translate 'User' %}</th> <th scope="col">{% translate 'Action' %}</th> </tr> </thead> <tbody> {% for action in action_list %} <tr> <th scope="row">{{ action.action_time|date:"DATETIME_FORMAT" }}</th> <td>{{ action.user.get_username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %}</td> <td>{{ action.get_change_message }}</td> </tr> {% endfor %} </tbody> </table> <p class="paginator"> {% if pagination_required %} {% for i in page_range %} {% if i == action_list.paginator.ELLIPSIS %} {{ action_list.paginator.ELLIPSIS }} {% elif i == action_list.number %} <span class="this-page">{{ i }}</span> {% else %} <a href="?{{ page_var }}={{ i }}" {% if i == action_list.paginator.num_pages %} class="end" {% endif %}>{{ i }}</a> {% endif %} {% endfor %} {% endif %} {{ action_list.paginator.count }} {% blocktranslate count counter=action_list.paginator.count %}entry{% plural %}entries{% endblocktranslate %} </p> {% else %} <p>{% translate 'This object doesn’t have a change history. It probably wasn’t added via this admin site.' %}</p> {% endif %} </div> </div> {% endblock %}
.
Edit
..
Edit
404.html
Edit
500.html
Edit
actions.html
Edit
app_index.html
Edit
app_list.html
Edit
auth
Edit
base.html
Edit
base_site.html
Edit
change_form.html
Edit
change_form_object_tools.html
Edit
change_list.html
Edit
change_list_object_tools.html
Edit
change_list_results.html
Edit
color_theme_toggle.html
Edit
date_hierarchy.html
Edit
delete_confirmation.html
Edit
delete_selected_confirmation.html
Edit
edit_inline
Edit
filter.html
Edit
includes
Edit
index.html
Edit
invalid_setup.html
Edit
login.html
Edit
nav_sidebar.html
Edit
object_history.html
Edit
pagination.html
Edit
popup_response.html
Edit
prepopulated_fields_js.html
Edit
search_form.html
Edit
submit_line.html
Edit
widgets
Edit