<%= 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.event_import_fingerprint') -%>: <%= @event_import_file.event_import_fingerprint -%>
<%= t('page.created_at') -%>: <%= l(@event_import_file.created_at) if @event_import_file.created_at -%>
<%= t('activerecord.attributes.event_import_file.executed_at') -%>: <%= l(@event_import_file.executed_at) if @event_import_file.executed_at -%>
<%= t('activerecord.attributes.event_import_file.edit_mode') -%>: <%= @event_import_file.edit_mode -%>
<%= t('activerecord.attributes.event_import_file.state') -%>: <%= localized_state(@event_import_file.current_state) -%>
<%= t('activerecord.attributes.event_import_file.error_message') -%>: <%= @event_import_file.error_message -%>
<%= t('activerecord.models.user') -%>: <%= link_to @event_import_file.user.username, @event_import_file.user -%>