{% extends "./layout/default.twig" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %}

{{ 'csv_process_title'|_ }}

{{ trans('firefly.csv_process_text',{rows: rows}) }}

{% if errors|length > 0 %}

{{ Lang.choice('firefly.csv_import_with_errors',errors|length,{errors: errors|length}) }}

    {% for index,err in errors %}
  • {{ 'csv_row'|_ }} #{{ index }}: {{ err }}
  • {% endfor %}

{{ trans('firefly.csv_error_see_logs') }}

{% endif %}

{{ trans('firefly.csv_process_new_entries',{imported: imported}) }}

{% if journals|length > 0 %} {% endif %}

{{ 'csv_start_over'|_ }} {{ 'csv_to_index'|_ }} {{ 'csv_do_download_config'|_ }}

{% endblock %}