{##} {% if log %}

{{ __('Import') }}

{% if ignoreErrors %} {{ formatUsing('alert', __('Imported with errors ignored.'), 'warning')|raw }} {% endif %}
{{ __('Type') }}:
{{ name }}
{{ __('Date')}}:
{{ formatUsing('dateTime', log.timestamp) }}
{{ __('Details') }}:
{{ success ? __('Success') : __('Failed')}}
{{ __('User') }}:
{{ formatUsing('name', '', log.preferredName, log.surname, 'Staff')}} ({{ log.username }})

{% endif %}
{{ __('Reading File') }}: {{ importSuccess ? __('Success') : __('Failed') }}
{{ __('Execution Time') }}: {{ executionTime }}
{{ __('Memory Usage') }}: {{ memoryUsage }}

{% if warnings %} {% endif %}
{{ __('Validating Data') }}: {{ buildSuccess ? __('Success') : __('Failed') }}
{{ __('Rows Processed') }}: {{ rows }}
{{ __('Rows with Errors') }}: {{ rowerrors }}
{{ __('Total Errors') }}: {{ errors }}
{{ __('Total Warnings') }}: {{ warnings }}

{{ __('Querying Database') }}: {{ databaseSuccess ? __('Success') : __('Failed') }}
{{ step == 3 ? __('Simulated') }} {{ __('Database Inserts') }}: {{ inserts }} {% if inserts_skipped %}({{ inserts_skipped }} {{ __('skipped') }}){% endif %}
{{ step == 3 ? __('Simulated') }} {{__('Database Updates') }}: {{ updates }} {% if updates_skipped %}({{ updates_skipped }} {{ __('skipped') }}){% endif %}