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