{% extends "admin/object_history.html" %} {% load static i18n admin_urls %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}

Historique des modifications

Retour à l'édition
{% if action_list %}
    {% for action in action_list %}
  • {{ action.get_change_message }}
    Par {{ action.user.get_username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %}, le {{ action.action_time|date:"d/m/Y" }} à {{ action.action_time|time:"H:i" }}
  • {% endfor %}
{% if pagination_required %} {% endif %} {% else %}

{% translate "This object doesn't have a change history. It probably wasn't added via this admin site." %}

{% endif %}
{% endblock %}