{% load i18n bob %} {% if full_history_button %}
{% trans "Full history" %}
{% endif %} {% if status_history %}
{{ history_title }}
{% for h in status_history %} {% endfor %}
{% trans "Date" %} {% trans "Author" %} {% trans "Before" %} {% trans "After" %}
{{ h.date|timesince_limited }} {{ h.user|default:'' }} {{ h.old_value }} {{ h.new_value }}
{% endif %}