diff --git a/resources/views/csv/column-roles.twig b/resources/views/csv/column-roles.twig new file mode 100644 index 0000000000..f25a0a2ea7 --- /dev/null +++ b/resources/views/csv/column-roles.twig @@ -0,0 +1,77 @@ +{% extends "./layout/default.twig" %} + +{% block breadcrumbs %} + {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }} +{% endblock %} + +{% block content %} + + +
{{ 'csv_column_roles_text'|_ }}
++ {{ 'csv_download_config_text'|_ }} +
+ ++ {{ 'csv_do_download_config'|_ }} +
+ ++ {{ 'csv_more_information_text'|_ }} +
+{{ 'csv_index_beta_warning'|_ }}
+ {% if unsupported|length > 0 %} +{{ 'csv_index_unsupported_warning'|_ }}
++ {{ 'csv_map_text'|_ }} +
++ + {{ trans('firefly.csv_process_text',{rows: rows}) }} +
+ + {% if errors|length > 0 %} +{{ Lang.choice('firefly.csv_import_with_errors',errors|length,{errors: errors|length}) }}
++ {{ trans('firefly.csv_error_see_logs') }} +
+ {% endif %} + ++ + {{ trans('firefly.csv_process_new_entries',{imported: imported}) }} +
+ + {% if journals|length > 0 %} ++ {{ 'csv_start_over'|_ }} + {{ 'csv_to_index'|_ }} + {{ 'csv_do_download_config'|_ }} + +
+