{% load i18n link_to_window %} {% if item.history_creator.ishtaruser.person %}
  • {{item.history_creator.ishtaruser.person}} {{item.history_creator.ishtaruser.person|link_to_window}}
    {{item.history_creation_date|date:"DATETIME_FORMAT"}}
  • {% endif %} {% if item.history_creation_date != item.last_edition_date %}
  • {{item.history_modifier.ishtaruser.person}} {{item.history_modifier.ishtaruser.person|link_to_window}}
    {% firstof item.history_date|date:"DATETIME_FORMAT" item.history.all.0.history_date|date:"DATETIME_FORMAT" %}
  • {% endif %}