{% load i18n bob %} {% if full_history_button %}
{% endif %}{% trans "Date" %} | {% trans "Author" %} | {% if show_field_name %}{% trans "Field" %} | {% endif %}{% trans "Before" %} | {% trans "After" %} |
---|---|---|---|---|
{{ h.date|timesince_limited }} | {{ h.user|default:'' }} | {% if show_field_name %}{{ h.field_name }} | {% endif %}{{ h.old_value }} | {{ h.new_value }} |