{% load i18n window_header window_field window_tables %} {% trans "Source" as source_label %} {% trans "Media" as media_label %} {% trans "Result" as result_label %} {% trans "Error" as error_label %} {% trans "Match" as match_label %} {% with current_import=item %}{% with object=item %} {% with imported_list=object.get_all_imported %} {% with updated_list=object.get_all_updated %} {% if output != "ODT" and output != "PDF" %} {% endif %}
{% field_flex "Name" item.name %} {% field_flex "Type" item.importer_type %}
  {{item.creation_date|date:"DATE_FORMAT"}} {{item.creation_date|time:"H:i"}} {% if item.end_date %}
  {{item.end_date|date:"DATE_FORMAT"}} {{item.end_date|time:"H:i"}}{% endif %}
  {{item.user}}
{% if item.imported_file %}
{% with file_label=source_label logo='fa fa-fw fa-file-text-o' file_type='source' file=item.imported_file %} {% include "ishtar/blocks/import_table_buttons_view.html" %} {% endwith %}
{% if item.get_imported_images %}
{% with file_label=media_label logo='fa fa-fw fa-file-image-o' file_type='' file=item.get_imported_images %} {% include "ishtar/blocks/import_table_buttons_view.html" %} {% endwith %}
{% endif %} {% elif item.archive_file %} {% endif %}
{% if imported_list %}
{% for accessor, imported in imported_list %} {% include "ishtar/import_associated_item.html" %} {% endfor %} {% comment %}
{% endcomment %}
{% endif %} {% if updated_list %}
{% for accessor, imported in updated_list %} {% include "ishtar/import_associated_item.html" %} {% endfor %} {% comment %}
{% endcomment %}
{% endif %}
{% endwith %}{% endwith %}{% endwith %}{% endwith %}