{% load bob %} {% load i18n %} {% if transitions_history %}
{% trans "Transition history" %}
{% for h in transitions_history %} {% endfor %}
{% trans "Date" %} {% trans "Type" %} {% trans "Author" %} {% trans "Affected user" %} {% trans "Report" %}
{{ h.created|timesince_limited }} {{ h.transition.name }} {{ h.logged_user }} {{ h.affected_user }} {% trans "download" %}
{% endif %}