<%= notice %>
Id: <%= @event_import_file.id -%>
<%= t('activerecord.attributes.event_import_file.event_import_file_name') -%>: <%= link_to @event_import_file.event_import_file_name, event_import_file_path(@event_import_file, :format => :download) -%>
<%= t('activerecord.attributes.event_import_file.event_import_content_type') -%>: <%= @event_import_file.event_import_content_type -%>
<%= t('activerecord.attributes.event_import_file.event_import_file_size') -%>: <%= @event_import_file.event_import_file_size -%>
<%= t('activerecord.attributes.event_import_file.file_hash') -%>: <%= @event_import_file.file_hash -%>
<%= t('page.created_at') -%>: <%= l(@event_import_file.created_at) if @event_import_file.created_at -%>
<%= t('activerecord.attributes.event_import_file.imported_at') -%>: <%= l(@event_import_file.imported_at) if @event_import_file.imported_at -%>
<%= t('activerecord.attributes.event_import_file.edit_mode') -%>: <%= @event_import_file.edit_mode -%>
<%= t('activerecord.attributes.manifestation_import_file.state') -%>: <%= localized_state(@event_import_file.state) -%>
<%= t('activerecord.models.user') -%>: <%= link_to @event_import_file.user.username, @event_import_file.user -%>