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