{% load i18n bob %} {% if full_history_button %}
{% trans "Full history" %}
{% endif %}
{{ history_title }}
{% if history %} {% if show_field_name %} {% endif %} {% for h in history %} {% if show_field_name %} {% endif %} {% endfor %}
{% trans "Date" %} {% trans "Author" %}{% trans "Field" %}{% trans "Before" %} {% trans "After" %}
{{ h.date|timesince_limited }} {{ h.user|default:'' }}{{ h.field_name }}{{ h.old_value }} {{ h.new_value }}
{% else %}
This object doesn't have any history.
{% endif %}