{% load i18n %} {% if history_list %} {% for history in history_list %}
  • {% if history.related_object_id or history.action == 4 %} {% if history.action == 1 %} {% trans "Delivery entered" %} {% else %} {% trans "Delivery undone" %} {% endif %} by {{ history.user }} {% trans "on" %} {{ history.action_time|date:"d M y \a\t H:i" }} {% if history.related_object.undoable %} ({% trans "undo this delivery" %}) {% endif %} {% else %} {{ history }} {% endif %}
  • {% endfor %} {% else %}
  • {% trans "There's no history available." %}
  • {% endif %} {% if not has_more %} -uieof- {% endif %}