{% 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.created|date:"DATETIME_FORMAT"}}
{% endif %} {% if not item.last_edition_date or item.created != 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 %} {% if get_import_list %}
{% trans "Imports (creation)" %}
{% for imprt in get_import_list %}{% if loop.counter %} ; {% endif %} {{imprt}}{% endfor %}
{% endif %} {% if get_import_updated %}
{% trans "Imports (update)" %}
{% for imprt in get_import_updated %}{% if loop.counter %} ; {% endif %} {{imprt}}{% endfor %}
{% endif %} {% endif %}