{% extends base %} {% load date_extras %} {% load staticfiles %} {% block navigation %} {% include "components/navigator.html" with space='django:log_update' %} {% endblock %} {% block content %}
{% csrf_token %} {% include "components/navigator_inputs.html" %}
{% if log_items %} {% for log_item in log_items %} {% endfor %}
  Avant Après
{{ log_item.key }} {{ log_item.old }} {{ log_item.new }}
{% endif %}
{% endblock %}